facebookcl 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/VERSION +1 -1
- data/facebookcl.gemspec +3 -3
- metadata +26 -8
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/facebookcl.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{facebookcl}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Justin Bishop"]
|
|
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
|
|
|
39
39
|
s.homepage = %q{http://github.com/jubishop/facebookcl}
|
|
40
40
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
41
41
|
s.require_paths = ["lib"]
|
|
42
|
-
s.rubygems_version = %q{1.3.
|
|
42
|
+
s.rubygems_version = %q{1.3.7}
|
|
43
43
|
s.summary = %q{: one-line summary of your gem}
|
|
44
44
|
s.test_files = [
|
|
45
45
|
"spec/facebookcl_spec.rb",
|
|
@@ -50,7 +50,7 @@ Gem::Specification.new do |s|
|
|
|
50
50
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
51
51
|
s.specification_version = 3
|
|
52
52
|
|
|
53
|
-
if Gem::Version.new(Gem::
|
|
53
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
54
54
|
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
|
|
55
55
|
else
|
|
56
56
|
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
metadata
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: facebookcl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
hash: 25
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 1
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
5
11
|
platform: ruby
|
|
6
12
|
authors:
|
|
7
13
|
- Justin Bishop
|
|
@@ -14,14 +20,20 @@ default_executable:
|
|
|
14
20
|
dependencies:
|
|
15
21
|
- !ruby/object:Gem::Dependency
|
|
16
22
|
name: rspec
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
23
|
+
prerelease: false
|
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
20
26
|
requirements:
|
|
21
27
|
- - ">="
|
|
22
28
|
- !ruby/object:Gem::Version
|
|
29
|
+
hash: 13
|
|
30
|
+
segments:
|
|
31
|
+
- 1
|
|
32
|
+
- 2
|
|
33
|
+
- 9
|
|
23
34
|
version: 1.2.9
|
|
24
|
-
|
|
35
|
+
type: :development
|
|
36
|
+
version_requirements: *id001
|
|
25
37
|
description: ": longer description of your gem"
|
|
26
38
|
email: jubishop@gmail.com
|
|
27
39
|
executables: []
|
|
@@ -60,21 +72,27 @@ rdoc_options:
|
|
|
60
72
|
require_paths:
|
|
61
73
|
- lib
|
|
62
74
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
75
|
+
none: false
|
|
63
76
|
requirements:
|
|
64
77
|
- - ">="
|
|
65
78
|
- !ruby/object:Gem::Version
|
|
79
|
+
hash: 3
|
|
80
|
+
segments:
|
|
81
|
+
- 0
|
|
66
82
|
version: "0"
|
|
67
|
-
version:
|
|
68
83
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
|
+
none: false
|
|
69
85
|
requirements:
|
|
70
86
|
- - ">="
|
|
71
87
|
- !ruby/object:Gem::Version
|
|
88
|
+
hash: 3
|
|
89
|
+
segments:
|
|
90
|
+
- 0
|
|
72
91
|
version: "0"
|
|
73
|
-
version:
|
|
74
92
|
requirements: []
|
|
75
93
|
|
|
76
94
|
rubyforge_project:
|
|
77
|
-
rubygems_version: 1.3.
|
|
95
|
+
rubygems_version: 1.3.7
|
|
78
96
|
signing_key:
|
|
79
97
|
specification_version: 3
|
|
80
98
|
summary: ": one-line summary of your gem"
|