challah-facebook 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,3 @@
1
1
  ## challah-facebook 0.1.0
2
2
 
3
- * Basic Facebook authentication compatibility with Challah
3
+ * Basic Facebook authentication compatibility with Challah. This gem is a work in process.
@@ -1,5 +1,5 @@
1
1
  module Challah
2
2
  module Facebook
3
- VERSION = "0.1.0" unless defined?(::Challah::Facebook::VERSION)
3
+ VERSION = "0.1.1" unless defined?(::Challah::Facebook::VERSION)
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: challah-facebook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.9.0.pre
21
+ version: 0.9.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0.pre
29
+ version: 0.9.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: rails
32
32
  requirement: !ruby/object:Gem::Requirement