rack-initforthe-facebook 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Rack
2
2
  module Initforthe
3
3
  module Facebook
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
@@ -0,0 +1,2 @@
1
+ require 'rack/initforthe/facebook/signed_request'
2
+ require 'rack/initforthe/facebook/method_fix'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-initforthe-facebook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -23,6 +23,7 @@ files:
23
23
  - LICENSE
24
24
  - README.md
25
25
  - Rakefile
26
+ - lib/rack-initforthe-facebook.rb
26
27
  - lib/rack/initforthe/facebook/method_fix.rb
27
28
  - lib/rack/initforthe/facebook/signed_request.rb
28
29
  - lib/rack/initforthe/facebook/version.rb