google_analytics_mailer 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Changelog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.1.1, released 2013-08-23
2
+
3
+ * Added license to gemspec
4
+
1
5
  ## 0.1.0, released 2013-08-22
2
6
 
3
7
  * ActionMailer 4.0 support
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = %q{This gem add google analytics campagin tags to every link in your action mailer}
12
12
  gem.summary = %q{This gem provides automatic Google Analytics tagged links in ActionMailer generated emails}
13
13
  gem.homepage = "https://github.com/fabn/google_analytics_mailer"
14
+ gem.license = 'MIT'
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module GoogleAnalyticsMailer
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_analytics_mailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-22 00:00:00.000000000 Z
12
+ date: 2013-08-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: addressable
@@ -137,7 +137,8 @@ files:
137
137
  - spec/support/views/user_mailer/welcome2.html.erb
138
138
  - spec/support/views/user_mailer/welcome3.html.erb
139
139
  homepage: https://github.com/fabn/google_analytics_mailer
140
- licenses: []
140
+ licenses:
141
+ - MIT
141
142
  post_install_message:
142
143
  rdoc_options: []
143
144
  require_paths:
@@ -148,18 +149,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
148
149
  - - ! '>='
149
150
  - !ruby/object:Gem::Version
150
151
  version: '0'
151
- segments:
152
- - 0
153
- hash: -3144605767794038328
154
152
  required_rubygems_version: !ruby/object:Gem::Requirement
155
153
  none: false
156
154
  requirements:
157
155
  - - ! '>='
158
156
  - !ruby/object:Gem::Version
159
157
  version: '0'
160
- segments:
161
- - 0
162
- hash: -3144605767794038328
163
158
  requirements: []
164
159
  rubyforge_project:
165
160
  rubygems_version: 1.8.25