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

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

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

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