hiroshimarb 0.2.0 → 0.2.1
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/hiroshimarb.gemspec +1 -1
- data/lib/hiroshimarb/version.rb +1 -1
- metadata +3 -2
data/hiroshimarb.gemspec
CHANGED
|
@@ -5,7 +5,7 @@ require 'hiroshimarb/member'
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |gem|
|
|
7
7
|
gem.authors = Hiroshimarb::Member.all.map(&:name)
|
|
8
|
-
gem.email = ["eiel.hal@gmail.com"]
|
|
8
|
+
gem.email = ["eiel.hal@gmail.com", "algebraicallyClosedField@gmail.com"]
|
|
9
9
|
gem.description = %q{provide `hiroshimarb` command. hiroshimarb is Hiroshima.rb. Hiroshima.rb is local community of Ruby in Hiroshima/Japan}
|
|
10
10
|
gem.summary = %q{provide `hiroshimarb` command. hiroshimarb is Hiroshima.rb}
|
|
11
11
|
gem.homepage = "http://github.com/hiroshimarb/hiroshimarb-gem"
|
data/lib/hiroshimarb/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hiroshimarb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -24,7 +24,7 @@ authors:
|
|
|
24
24
|
autorequire:
|
|
25
25
|
bindir: bin
|
|
26
26
|
cert_chain: []
|
|
27
|
-
date: 2012-12-
|
|
27
|
+
date: 2012-12-27 00:00:00.000000000 Z
|
|
28
28
|
dependencies:
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: launchy
|
|
@@ -78,6 +78,7 @@ description: provide `hiroshimarb` command. hiroshimarb is Hiroshima.rb. Hiroshi
|
|
|
78
78
|
is local community of Ruby in Hiroshima/Japan
|
|
79
79
|
email:
|
|
80
80
|
- eiel.hal@gmail.com
|
|
81
|
+
- algebraicallyClosedField@gmail.com
|
|
81
82
|
executables:
|
|
82
83
|
- hiroshimarb
|
|
83
84
|
extensions: []
|