facebookcl 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/facebookcl.gemspec +3 -1
  4. metadata +6 -6
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ begin
12
12
  gem.email = "jubishop@facebook.com"
13
13
  gem.homepage = "http://github.com/jubishop/facebookcl"
14
14
  gem.authors = ["Justin Bishop"]
15
- gem.executables = []
15
+ gem.executables = ['facebook']
16
16
  end
17
17
  Jeweler::GemcutterTasks.new
18
18
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.12
1
+ 0.1.13
data/facebookcl.gemspec CHANGED
@@ -5,13 +5,15 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{facebookcl}
8
- s.version = "0.1.12"
8
+ s.version = "0.1.13"
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.default_executable = %q{facebook}
13
14
  s.description = %q{Facebook Command Line Long Description}
14
15
  s.email = %q{jubishop@facebook.com}
16
+ s.executables = ["facebook"]
15
17
  s.extra_rdoc_files = [
16
18
  "LICENSE",
17
19
  "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: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 12
10
- version: 0.1.12
9
+ - 13
10
+ version: 0.1.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Bishop
@@ -16,13 +16,13 @@ bindir: bin
16
16
  cert_chain: []
17
17
 
18
18
  date: 2010-06-24 00:00:00 -07:00
19
- default_executable:
19
+ default_executable: facebook
20
20
  dependencies: []
21
21
 
22
22
  description: Facebook Command Line Long Description
23
23
  email: jubishop@facebook.com
24
- executables: []
25
-
24
+ executables:
25
+ - facebook
26
26
  extensions: []
27
27
 
28
28
  extra_rdoc_files: