must 0.2.9 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/must/version.rb +1 -1
  2. data/must.gemspec +1 -0
  3. metadata +7 -7
data/lib/must/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Must
2
- VERSION = "0.2.9"
2
+ VERSION = "0.3.0"
3
3
  end
data/must.gemspec CHANGED
@@ -5,6 +5,7 @@ require "must/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "must"
7
7
  s.version = Must::VERSION
8
+ s.license = 'MIT'
8
9
  s.authors = ["maiha"]
9
10
  s.email = ["maiha@wota.jp"]
10
11
  s.homepage = "http://github.com/maiha/must"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: must
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 2
9
- - 9
10
- version: 0.2.9
8
+ - 3
9
+ - 0
10
+ version: 0.3.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - maiha
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-08-22 00:00:00 Z
18
+ date: 2013-08-23 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rspec
@@ -62,8 +62,8 @@ files:
62
62
  - spec/struct_info_spec.rb
63
63
  - spec/struct_spec.rb
64
64
  homepage: http://github.com/maiha/must
65
- licenses: []
66
-
65
+ licenses:
66
+ - MIT
67
67
  post_install_message:
68
68
  rdoc_options: []
69
69