facebookcl 0.1.11 → 0.1.12

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.
Files changed (5) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/bin/facebook +2 -2
  4. data/facebookcl.gemspec +1 -3
  5. 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 = ['facebook']
15
+ gem.executables = []
16
16
  end
17
17
  Jeweler::GemcutterTasks.new
18
18
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.11
1
+ 0.1.12
@@ -3,8 +3,8 @@
3
3
  require 'readline'
4
4
  require 'shellwords'
5
5
 
6
- require 'lib/FacebookCL.rb'
7
- Dir.glob("commands/*.rb").each { |src| require src }
6
+ require '../lib/FacebookCL.rb'
7
+ Dir.glob("../commands/*.rb").each { |src| require src }
8
8
 
9
9
  FacebookCL.authorize
10
10
 
@@ -5,15 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{facebookcl}
8
- s.version = "0.1.11"
8
+ s.version = "0.1.12"
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}
14
13
  s.description = %q{Facebook Command Line Long Description}
15
14
  s.email = %q{jubishop@facebook.com}
16
- s.executables = ["facebook"]
17
15
  s.extra_rdoc_files = [
18
16
  "LICENSE",
19
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: 13
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 11
10
- version: 0.1.11
9
+ - 12
10
+ version: 0.1.12
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: facebook
19
+ default_executable:
20
20
  dependencies: []
21
21
 
22
22
  description: Facebook Command Line Long Description
23
23
  email: jubishop@facebook.com
24
- executables:
25
- - facebook
24
+ executables: []
25
+
26
26
  extensions: []
27
27
 
28
28
  extra_rdoc_files: