Skip to content

Commit

Permalink
add license to gemspec file, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zevarito committed Nov 19, 2013
1 parent ab399e9 commit e36b2e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mixpanel.gemspec
Expand Up @@ -2,7 +2,8 @@ files = ['README.md', 'LICENSE', 'Rakefile', 'mixpanel.gemspec', '{spec,lib}/**/

spec = Gem::Specification.new do |s|
s.name = "mixpanel"
s.version = "4.1.0"
s.license = "MIT"
s.version = "4.1.1"
s.rubyforge_project = "mixpanel"
s.description = "Simple lib to track events in Mixpanel service. It can be used in any rack based framework."
s.author = "Alvaro Gil"
Expand Down

0 comments on commit e36b2e1

Please sign in to comment.