facilbook 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/facilbook.gemspec +1 -1
- data/lib/facilbook/version.rb +1 -1
- metadata +6 -6
data/facilbook.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = Facilbook::VERSION
|
|
8
8
|
s.authors = ["Eric Berry", "Brian Johnson"]
|
|
9
9
|
s.email = ["cavneb@gmail.com", "bjohnson@1on1.com"]
|
|
10
|
-
s.homepage = ""
|
|
10
|
+
s.homepage = "https://github.com/cavneb/facilbook"
|
|
11
11
|
s.summary = "Simple (facil) Facebook helpers that allow for navigation"
|
|
12
12
|
s.description = "Simple (facil) Facebook helpers that allow for navigation"
|
|
13
13
|
|
data/lib/facilbook/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: facilbook
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -14,7 +14,7 @@ date: 2011-12-07 00:00:00.000000000Z
|
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
17
|
-
requirement: &
|
|
17
|
+
requirement: &70309454204100 !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
20
|
- - ! '>='
|
|
@@ -22,10 +22,10 @@ dependencies:
|
|
|
22
22
|
version: '0'
|
|
23
23
|
type: :development
|
|
24
24
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
25
|
+
version_requirements: *70309454204100
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: rake
|
|
28
|
-
requirement: &
|
|
28
|
+
requirement: &70309454203620 !ruby/object:Gem::Requirement
|
|
29
29
|
none: false
|
|
30
30
|
requirements:
|
|
31
31
|
- - ! '>='
|
|
@@ -33,7 +33,7 @@ dependencies:
|
|
|
33
33
|
version: '0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
|
-
version_requirements: *
|
|
36
|
+
version_requirements: *70309454203620
|
|
37
37
|
description: Simple (facil) Facebook helpers that allow for navigation
|
|
38
38
|
email:
|
|
39
39
|
- cavneb@gmail.com
|
|
@@ -49,7 +49,7 @@ files:
|
|
|
49
49
|
- facilbook.gemspec
|
|
50
50
|
- lib/facilbook.rb
|
|
51
51
|
- lib/facilbook/version.rb
|
|
52
|
-
homepage:
|
|
52
|
+
homepage: https://github.com/cavneb/facilbook
|
|
53
53
|
licenses: []
|
|
54
54
|
post_install_message:
|
|
55
55
|
rdoc_options: []
|