Codebase list ruby-omniauth-twitter / debian/0.0.16-1 lib / omniauth-twitter / version.rb
debian/0.0.16-1

Tree @debian/0.0.16-1 (Download .tar.gz)

version.rb @debian/0.0.16-1raw · history · blame

1
2
3
4
5
module OmniAuth
  module Twitter
    VERSION = "0.0.16"
  end
end