facebookcl 0.1.5 → 0.1.6

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
File without changes
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.5"
8
+ s.version = "0.1.6"
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"]
@@ -29,8 +29,8 @@ Gem::Specification.new do |s|
29
29
  "commands/picture.rb",
30
30
  "commands/stream.rb",
31
31
  "commands/wall.rb",
32
+ "facebook.rb",
32
33
  "facebookcl.gemspec",
33
- "facebookcl.rb",
34
34
  "lib/facebookcl.rb",
35
35
  "spec/facebookcl_spec.rb",
36
36
  "spec/spec.opts",
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: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
9
+ - 6
10
+ version: 0.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Bishop
@@ -56,8 +56,8 @@ files:
56
56
  - commands/picture.rb
57
57
  - commands/stream.rb
58
58
  - commands/wall.rb
59
+ - facebook.rb
59
60
  - facebookcl.gemspec
60
- - facebookcl.rb
61
61
  - lib/facebookcl.rb
62
62
  - spec/facebookcl_spec.rb
63
63
  - spec/spec.opts