socialcast 0.1.1 → 0.1.2

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/socialcast.gemspec +2 -2
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = %Q{command line interface to socialcast api}
9
9
  gem.description = %Q{publish messages to your stream from a command line interface}
10
10
  gem.email = "ryan@socialcast.com"
11
- gem.homepage = "http://github.com/wireframe/socialcast"
11
+ gem.homepage = "http://github.com/wireframe/socialcast-command-line"
12
12
  gem.authors = ["Ryan Sonnek"]
13
13
  gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
14
14
  gem.add_runtime_dependency 'commander', '>= 4.0'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/socialcast.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{socialcast}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ryan Sonnek"]
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
31
31
  "test/helper.rb",
32
32
  "test/test_socialcast_cli.rb"
33
33
  ]
34
- s.homepage = %q{http://github.com/wireframe/socialcast}
34
+ s.homepage = %q{http://github.com/wireframe/socialcast-command-line}
35
35
  s.rdoc_options = ["--charset=UTF-8"]
36
36
  s.require_paths = ["lib"]
37
37
  s.rubygems_version = %q{1.3.7}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: socialcast
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Sonnek
@@ -85,7 +85,7 @@ files:
85
85
  - test/helper.rb
86
86
  - test/test_socialcast_cli.rb
87
87
  has_rdoc: true
88
- homepage: http://github.com/wireframe/socialcast
88
+ homepage: http://github.com/wireframe/socialcast-command-line
89
89
  licenses: []
90
90
 
91
91
  post_install_message: