Skip to content

Commit d0181d4

Browse files
committed
Added licence info to gemspec, closes pusher#47
1 parent 4859bf7 commit d0181d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2011 Pusher
1+
Copyright (c) 2010-2013 Pusher
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

pusher.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
1010
s.homepage = "http://github.com/pusher/pusher-gem"
1111
s.summary = %q{Pusher API client}
1212
s.description = %q{Wrapper for pusher.com REST api}
13+
s.license = "MIT"
1314

1415
s.add_dependency "multi_json", "~> 1.0"
1516
s.add_dependency 'signature', "~> 0.1.6"

0 commit comments

Comments
 (0)