diff --git a/Gemfile.lock b/Gemfile.lock index 0563e5b..66baa63 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,23 +1,26 @@ PATH remote: . specs: - git-whistles (0.7.5) + git-whistles (0.7.6) pivotal-tracker (~> 0.5.6) term-ansicolor GEM remote: https://rubygems.org/ specs: - builder (3.2.0) - coderay (1.0.7) - crack (0.3.2) + builder (3.2.2) + coderay (1.0.9) + crack (0.4.1) + safe_yaml (~> 0.9.0) happymapper (0.4.0) libxml-ruby (~> 2.0) - libxml-ruby (2.6.0) - method_source (0.8) - mime-types (1.21) - nokogiri (1.5.6) - nokogiri-happymapper (0.5.6) + libxml-ruby (2.7.0) + method_source (0.8.2) + mime-types (1.24) + mini_portile (0.5.1) + nokogiri (1.6.0) + mini_portile (~> 0.5.0) + nokogiri-happymapper (0.5.7) nokogiri (~> 1.5) pivotal-tracker (0.5.10) builder @@ -29,17 +32,20 @@ GEM nokogiri-happymapper (>= 0.5.4) rest-client (~> 1.6.0) rest-client (~> 1.6.0) - pry (0.9.10) + pry (0.9.12.2) coderay (~> 1.0.5) method_source (~> 0.8) - slop (~> 3.3.1) - pry-nav (0.2.2) + slop (~> 3.4) + pry-nav (0.2.3) pry (~> 0.9.10) - rake (0.9.2.2) + rake (10.1.0) rest-client (1.6.7) mime-types (>= 1.16) - slop (3.3.2) - term-ansicolor (1.1.1) + safe_yaml (0.9.5) + slop (3.4.6) + term-ansicolor (1.2.2) + tins (~> 0.8) + tins (0.9.0) PLATFORMS ruby diff --git a/LICENSE b/LICENSE index c385889..a30d2f7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012 Julien Letessier +Copyright (c) 2012-2013 HouseTrip Ltd MIT License diff --git a/README.md b/README.md index 775644e..6874c0f 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,7 @@ This lets you keep work in progress on multiple branches without committing it. I tend to alias this to `git co`. + +### License + +Released on the MIT license terms. diff --git a/git-whistles.gemspec b/git-whistles.gemspec index 601dfa8..4031169 100644 --- a/git-whistles.gemspec +++ b/git-whistles.gemspec @@ -11,6 +11,7 @@ Gem::Specification.new do |gem| slightly simpler. } gem.homepage = "http://github.com/mezis/git-whistles" + gem.license = 'MIT' gem.required_rubygems_version = ">= 1.3.6" diff --git a/lib/git-whistles/version.rb b/lib/git-whistles/version.rb index f6aef0c..fb09dcf 100644 --- a/lib/git-whistles/version.rb +++ b/lib/git-whistles/version.rb @@ -4,7 +4,7 @@ module Git module Whistles - VERSION = "0.7.5" + VERSION = "0.7.6" GEMDIR = Pathname.new(__FILE__).parent.parent.parent end end