hiroshimarb 0.2.9 → 0.2.10

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c9097db531100bb8e1f7d68b2ac6f848f4cdf87
4
- data.tar.gz: c38fb9e5e3cacaf1f3013d953e2e5db2e301e64c
3
+ metadata.gz: 65160e5973cd41e21b3a844975ca5a7b62413911
4
+ data.tar.gz: 53ab7b9fbfbe3ceac9d56d9054e062cb5f9e0f5b
5
5
  SHA512:
6
- metadata.gz: 1330bac10154d1d15e7418b4e6bdb7f75f49495a9a3318d21b4b4191382059a13d28a0b34038f9d1ccc10f1afe770401b9db48d698c402aa4afd639361f9becd
7
- data.tar.gz: 9ecb15feb1c5496fae0fc3f72eb9a8fc4d885bdd75a7dc0dfd388c74920c34ab3d64548e947d05b0b38e31739cce9ae41de7dcf4eff585ee851153a918265f8c
6
+ metadata.gz: fedb1fe8b923939621f983081520931cd22b96eee6bf529328c321a764562788f96bbd24b3c85b0dc2ce41b204112982675e997ea37cf5cf45bb893f8cbacfba
7
+ data.tar.gz: 21164218ac17f1bd6907c877492f53c414340aa7edd677b6127ce71457b1a9671d5bb767bfef20c478287a42c704e58d451d827fcd45dc26610a775253ffb61c
data/hiroshimarb.gemspec CHANGED
@@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.summary = %q{provide `hiroshimarb` command. hiroshimarb is Hiroshima.rb}
11
11
  gem.homepage = "http://github.com/hiroshimarb/hiroshimarb-gem"
12
12
  gem.rubyforge_project = 'github'
13
+ gem.license = 'MIT'
13
14
 
14
15
  gem.files = `git ls-files`.split($\)
15
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Hiroshimarb
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
3
3
  end
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.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomohiko Himura
@@ -24,7 +24,7 @@ authors:
24
24
  autorequire:
25
25
  bindir: bin
26
26
  cert_chain: []
27
- date: 2013-09-08 00:00:00.000000000 Z
27
+ date: 2013-09-12 00:00:00.000000000 Z
28
28
  dependencies:
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: launchy
@@ -133,7 +133,8 @@ files:
133
133
  - spec/hiroshimarb_spec.rb
134
134
  - spec/spec_helper.rb
135
135
  homepage: http://github.com/hiroshimarb/hiroshimarb-gem
136
- licenses: []
136
+ licenses:
137
+ - MIT
137
138
  metadata: {}
138
139
  post_install_message:
139
140
  rdoc_options: []