wfarr-github 0.4.1 → 0.4.2
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/README.md +1 -0
- data/Rakefile +1 -1
- data/github.gemspec +1 -1
- metadata +4 -2
data/README.md
CHANGED
data/Rakefile
CHANGED
|
@@ -4,7 +4,7 @@ require 'rake'
|
|
|
4
4
|
begin
|
|
5
5
|
require 'echoe'
|
|
6
6
|
|
|
7
|
-
Echoe.new('github', '0.4.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|