facebookcl 0.1.2 → 0.1.3
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 +2 -4
- data/VERSION +1 -1
- data/facebookcl.gemspec +3 -3
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -5,14 +5,12 @@ begin
|
|
|
5
5
|
require 'jeweler'
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "facebookcl"
|
|
8
|
-
gem.summary = %Q{
|
|
9
|
-
gem.description = %Q{
|
|
8
|
+
gem.summary = %Q{Facebook Command Line}
|
|
9
|
+
gem.description = %Q{Facebook Command Line Long Description}
|
|
10
10
|
gem.email = "jubishop@gmail.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"
|
|
14
|
-
# gem is a Gem::Specification...
|
|
15
|
-
# see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
16
14
|
end
|
|
17
15
|
Jeweler::GemcutterTasks.new
|
|
18
16
|
rescue LoadError
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.3
|
data/facebookcl.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
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.3"
|
|
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
|
-
s.description = %q{
|
|
13
|
+
s.description = %q{Facebook Command Line Long Description}
|
|
14
14
|
s.email = %q{jubishop@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
|
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
|
|
|
40
40
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
41
41
|
s.require_paths = ["lib"]
|
|
42
42
|
s.rubygems_version = %q{1.3.7}
|
|
43
|
-
s.summary = %q{
|
|
43
|
+
s.summary = %q{Facebook Command Line}
|
|
44
44
|
s.test_files = [
|
|
45
45
|
"spec/facebookcl_spec.rb",
|
|
46
46
|
"spec/spec_helper.rb"
|
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: 29
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.1.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Justin Bishop
|
|
@@ -34,7 +34,7 @@ dependencies:
|
|
|
34
34
|
version: 1.2.9
|
|
35
35
|
type: :development
|
|
36
36
|
version_requirements: *id001
|
|
37
|
-
description:
|
|
37
|
+
description: Facebook Command Line Long Description
|
|
38
38
|
email: jubishop@gmail.com
|
|
39
39
|
executables: []
|
|
40
40
|
|
|
@@ -95,7 +95,7 @@ rubyforge_project:
|
|
|
95
95
|
rubygems_version: 1.3.7
|
|
96
96
|
signing_key:
|
|
97
97
|
specification_version: 3
|
|
98
|
-
summary:
|
|
98
|
+
summary: Facebook Command Line
|
|
99
99
|
test_files:
|
|
100
100
|
- spec/facebookcl_spec.rb
|
|
101
101
|
- spec/spec_helper.rb
|