Skip to content

Commit

Permalink
Merge pull request #16 from FundingCircle/fix-version-and-license
Browse files Browse the repository at this point in the history
Use correct license name and bump the version to 0.3.0
  • Loading branch information
bliof committed Nov 10, 2016
2 parents 7c253d2 + ddbaab4 commit f435cc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hellgrid (0.2.0)
hellgrid (0.3.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -30,4 +30,4 @@ DEPENDENCIES
rspec (~> 3.4, >= 3.4.0)

BUNDLED WITH
1.12.5
1.13.6
2 changes: 1 addition & 1 deletion hellgrid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(/^spec\//)
s.require_paths = ['lib']
s.homepage = 'https://github.com/FundingCircle/hellgrid'
s.license = 'BSD-3'
s.license = 'BSD-3-Clause'

s.add_development_dependency 'rspec', '~> 3.4', '>= 3.4.0'
s.add_development_dependency 'bundler', '~> 1.11', '>= 1.11.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/hellgrid/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hellgrid
VERSION = '0.2.0'
VERSION = '0.3.0'
end

0 comments on commit f435cc3

Please sign in to comment.