Skip to content

Commit

Permalink
Adds missing licence to gemspec, bumps version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mezis committed Aug 21, 2013
1 parent 984fcf8 commit ed20f63
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 17 deletions.
36 changes: 21 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012 Julien Letessier
Copyright (c) 2012-2013 HouseTrip Ltd

MIT License

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions git-whistles.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion lib/git-whistles/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ed20f63

Please sign in to comment.