Skip to content

Commit

Permalink
added MIT licence - closes #261
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosmas committed Aug 26, 2013
1 parent 8552c6a commit 701a8d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cucumber-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Gem::Specification.new do |s|
s.email = '[email protected]'
s.homepage = "http://cukes.info"

s.license = 'MIT'

s.add_runtime_dependency('cucumber', '>= 1.2.0')
s.add_runtime_dependency('nokogiri', '>= 1.5.0')
s.add_runtime_dependency('capybara', '>= 1.1.2')
Expand Down

2 comments on commit 701a8d8

@aslakhellesoy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ref the recent discussion about History.md. This commit should also have added a line to History.md - that links to issue 261.

@Kosmas
Copy link
Member Author

@Kosmas Kosmas commented on 701a8d8 Aug 26, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it was done but not pushed, because of the travis issue when making two builds shortly after each other. Should be in place now.

Please sign in to comment.