matching_bundle 0.1.1 → 0.1.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.
Files changed (5) hide show
  1. data/Rakefile +1 -0
  2. data/Readme.md +2 -1
  3. data/VERSION +1 -1
  4. data/matching_bundle.gemspec +2 -1
  5. metadata +5 -5
data/Rakefile CHANGED
@@ -10,6 +10,7 @@ begin
10
10
  gem.email = "michael@grosser.it"
11
11
  gem.homepage = "http://github.com/grosser/#{gem.name}"
12
12
  gem.authors = ["Michael Grosser"]
13
+ gem.license = "MIT"
13
14
  end
14
15
 
15
16
  Jeweler::GemcutterTasks.new
data/Readme.md CHANGED
@@ -29,4 +29,5 @@ Author
29
29
  ======
30
30
  [Michael Grosser](http://grosser.it)<br/>
31
31
  michael@grosser.it<br/>
32
- Hereby placed under public domain, do what you want, just do not hold me accountable...
32
+ License: MIT<br/>
33
+ [![Build Status](https://secure.travis-ci.org/grosser/matching_bundle.png)](http://travis-ci.org/grosser/matching_bundle)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{matching_bundle}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Grosser"]
@@ -26,6 +26,7 @@ Gem::Specification.new do |s|
26
26
  "spec/spec_helper.rb"
27
27
  ]
28
28
  s.homepage = %q{http://github.com/grosser/matching_bundle}
29
+ s.licenses = ["MIT"]
29
30
  s.require_paths = ["lib"]
30
31
  s.rubygems_version = %q{1.6.2}
31
32
  s.summary = %q{Find a matching bundler version for a Gemfile and use it}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matching_bundle
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Grosser
@@ -40,8 +40,8 @@ files:
40
40
  - spec/spec_helper.rb
41
41
  has_rdoc: true
42
42
  homepage: http://github.com/grosser/matching_bundle
43
- licenses: []
44
-
43
+ licenses:
44
+ - MIT
45
45
  post_install_message:
46
46
  rdoc_options: []
47
47