wfarr-github 0.4.1 → 0.4.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/README.md +1 -0
  2. data/Rakefile +1 -1
  3. data/github.gemspec +1 -1
  4. metadata +4 -2
data/README.md CHANGED
@@ -185,3 +185,4 @@ Or filter by label:
185
185
  * schacon
186
186
  * drnic
187
187
  * wfarr
188
+ * melo
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'rake'
4
4
  begin
5
5
  require 'echoe'
6
6
 
7
- Echoe.new('github', '0.4.1') do |p|
7
+ Echoe.new('github', '0.4.2') do |p|
8
8
  p.rubyforge_name = 'github'
9
9
  p.summary = "The official `github` command line helper for simplifying your GitHub experience."
10
10
  p.description = "The official `github` command line helper for simplifying your GitHub experience."
data/github.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{wfarr-github}
5
- s.version = "0.4.1"
5
+ s.version = "0.4.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Chris Wanstrath, Kevin Ballard, Scott Chacon, Dr Nic Williams"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wfarr-github
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Wanstrath, Kevin Ballard, Scott Chacon, Dr Nic Williams
@@ -95,6 +95,8 @@ files:
95
95
  - github.gemspec
96
96
  has_rdoc: true
97
97
  homepage: http://github.com/
98
+ licenses: []
99
+
98
100
  post_install_message:
99
101
  rdoc_options:
100
102
  - --line-numbers
@@ -120,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
122
  requirements: []
121
123
 
122
124
  rubyforge_project: github
123
- rubygems_version: 1.3.1
125
+ rubygems_version: 1.3.5
124
126
  signing_key:
125
127
  specification_version: 2
126
128
  summary: The official `github` command line helper for simplifying your GitHub experience.