facebookcl 0.1.6 → 0.1.7
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/facebookcl.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -7,7 +7,7 @@ begin
|
|
|
7
7
|
gem.name = "facebookcl"
|
|
8
8
|
gem.summary = %Q{Facebook Command Line}
|
|
9
9
|
gem.description = %Q{Facebook Command Line Long Description}
|
|
10
|
-
gem.email = "jubishop@
|
|
10
|
+
gem.email = "jubishop@facebook.com"
|
|
11
11
|
gem.homepage = "http://github.com/jubishop/facebookcl"
|
|
12
12
|
gem.authors = ["Justin Bishop"]
|
|
13
13
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.7
|
data/facebookcl.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
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.7"
|
|
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"]
|
|
12
12
|
s.date = %q{2010-06-24}
|
|
13
13
|
s.description = %q{Facebook Command Line Long Description}
|
|
14
|
-
s.email = %q{jubishop@
|
|
14
|
+
s.email = %q{jubishop@facebook.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
|
17
17
|
"README.markdown"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: facebookcl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.1.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Justin Bishop
|
|
@@ -35,7 +35,7 @@ dependencies:
|
|
|
35
35
|
type: :development
|
|
36
36
|
version_requirements: *id001
|
|
37
37
|
description: Facebook Command Line Long Description
|
|
38
|
-
email: jubishop@
|
|
38
|
+
email: jubishop@facebook.com
|
|
39
39
|
executables: []
|
|
40
40
|
|
|
41
41
|
extensions: []
|