facebookcl 0.2.2 → 0.2.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/README.markdown +2 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/facebookcl.gemspec +2 -2
- metadata +4 -4
data/README.markdown
CHANGED
data/Rakefile
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.3
|
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.2.
|
8
|
+
s.version = "0.2.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"]
|
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
|
|
40
40
|
===========================================================
|
41
41
|
|
42
42
|
Thanks for installing FacebookCL!
|
43
|
-
Just run 'facebook' to start
|
43
|
+
Just run 'facebook' to start...
|
44
44
|
|
45
45
|
===========================================================
|
46
46
|
|
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: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 3
|
10
|
+
version: 0.2.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Justin Bishop
|
@@ -53,7 +53,7 @@ post_install_message: |+
|
|
53
53
|
===========================================================
|
54
54
|
|
55
55
|
Thanks for installing FacebookCL!
|
56
|
-
Just run 'facebook' to start
|
56
|
+
Just run 'facebook' to start...
|
57
57
|
|
58
58
|
===========================================================
|
59
59
|
|