We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4859bf7 commit d0181d4Copy full SHA for d0181d4
LICENSE
@@ -1,4 +1,4 @@
1
-Copyright (c) 2010-2011 Pusher
+Copyright (c) 2010-2013 Pusher
2
3
Permission is hereby granted, free of charge, to any person obtaining
4
a copy of this software and associated documentation files (the
pusher.gemspec
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
s.homepage = "http://github.com/pusher/pusher-gem"
11
s.summary = %q{Pusher API client}
12
s.description = %q{Wrapper for pusher.com REST api}
13
+ s.license = "MIT"
14
15
s.add_dependency "multi_json", "~> 1.0"
16
s.add_dependency 'signature', "~> 0.1.6"
0 commit comments