facebookcl 0.1.15 → 0.1.16
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 -2
- data/Rakefile +10 -0
- data/VERSION +1 -1
- data/facebookcl.gemspec +10 -1
- metadata +12 -4
data/README.markdown
CHANGED
@@ -4,7 +4,7 @@ FacebookCL
|
|
4
4
|
Installation
|
5
5
|
------------
|
6
6
|
|
7
|
-
* gem install [facebookcl](http://rubygems.org/gems/facebookcl)
|
7
|
+
* sudo gem install [facebookcl](http://rubygems.org/gems/facebookcl)
|
8
8
|
|
9
9
|
### Extra Features ###
|
10
10
|
|
@@ -13,5 +13,5 @@ Installation
|
|
13
13
|
Usage
|
14
14
|
-----
|
15
15
|
|
16
|
-
*
|
16
|
+
* facebook
|
17
17
|
* help
|
data/Rakefile
CHANGED
@@ -13,6 +13,16 @@ begin
|
|
13
13
|
gem.homepage = "http://github.com/jubishop/facebookcl"
|
14
14
|
gem.authors = ["Justin Bishop"]
|
15
15
|
gem.executables = ['facebook']
|
16
|
+
gem.post_install_message = <<MESSAGE
|
17
|
+
|
18
|
+
===========================================================
|
19
|
+
|
20
|
+
Thanks for installing FacebookCL!
|
21
|
+
Just run 'facebook' to start.
|
22
|
+
|
23
|
+
===========================================================
|
24
|
+
|
25
|
+
MESSAGE
|
16
26
|
end
|
17
27
|
Jeweler::GemcutterTasks.new
|
18
28
|
rescue LoadError
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.16
|
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.16"
|
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"]
|
@@ -36,6 +36,15 @@ Gem::Specification.new do |s|
|
|
36
36
|
"lib/facebookcl.rb"
|
37
37
|
]
|
38
38
|
s.homepage = %q{http://github.com/jubishop/facebookcl}
|
39
|
+
s.post_install_message = %q{
|
40
|
+
===========================================================
|
41
|
+
|
42
|
+
Thanks for installing FacebookCL!
|
43
|
+
Just run 'facebook' to start.
|
44
|
+
|
45
|
+
===========================================================
|
46
|
+
|
47
|
+
}
|
39
48
|
s.rdoc_options = ["--charset=UTF-8"]
|
40
49
|
s.require_paths = ["lib"]
|
41
50
|
s.rubygems_version = %q{1.3.7}
|
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: 59
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 16
|
10
|
+
version: 0.1.16
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Justin Bishop
|
@@ -48,7 +48,15 @@ has_rdoc: true
|
|
48
48
|
homepage: http://github.com/jubishop/facebookcl
|
49
49
|
licenses: []
|
50
50
|
|
51
|
-
post_install_message:
|
51
|
+
post_install_message: |+
|
52
|
+
|
53
|
+
===========================================================
|
54
|
+
|
55
|
+
Thanks for installing FacebookCL!
|
56
|
+
Just run 'facebook' to start.
|
57
|
+
|
58
|
+
===========================================================
|
59
|
+
|
52
60
|
rdoc_options:
|
53
61
|
- --charset=UTF-8
|
54
62
|
require_paths:
|