middleman-google-analytics 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4baee28c1f8e37eeab8dc190f5e2c0036b249a82
4
- data.tar.gz: a99382e18ed8c6f16e33626ec385c7e279e78250
3
+ metadata.gz: dd97bf6b048263255054615a319be4a68bd71fa7
4
+ data.tar.gz: 5f9d5a18b726cbe60c77f4536ab07dde405e8a21
5
5
  SHA512:
6
- metadata.gz: d7f78cd409fb642424b3c4a9661e351d547ae0f115ab760fd1255eb84a031d6fed333c4a5589741d61ce93e7604ab8ef606cbce0139d87ae1c5ed6facd30eb31
7
- data.tar.gz: e1cf7dee9abb7fa66698ae4f4e58e253faed8499c93a3ffb03d6cdf7304efb15cadd60971a97a8d56e1be1d685ad0a2933d55c6316a0f4d3aca6387e678e4109
6
+ metadata.gz: 6df5bd07836d501e4f6c07766140a8493e3ac5cc7b665f99108c7ffff1ae1d0676069ac78b46dc239c3cd91f3a5d976a83e2ca4893fd7113e034df6470ad6f1f
7
+ data.tar.gz: 11d3e72616bb7be1d3857032010811146a67a11b5890ce52af825957e15982d24b85a325581f70504fa1c9feda371cdbad9a0f10d69ea075448ce9935ded0d19
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changes
2
2
 
3
+ ## 0.0.3, 2014-01-07
4
+
5
+ * Add license info to gemspec.
6
+ * Add project status info to README.
7
+
3
8
  ## 0.0.2, 2013-10-16
4
9
 
5
10
  * Remove CDATA markerts that were choking some minifiers.
data/README.md CHANGED
@@ -4,6 +4,14 @@ Middleman-Google-Analytics is a [Middleman](https://github.com/middleman/middlem
4
4
  extension that generates Google Analytics tracking code, and keeps your config
5
5
  in `config.rb`, where it belongs.
6
6
 
7
+
8
+ ## Status
9
+
10
+ I'm not actively maintaining this project anymore. Straightforward patches will be merged, and
11
+ simple issues will be addressed but I am interested in having a new maintainer take over the
12
+ project for less trivial changes such as adding `analytics.js` support.
13
+
14
+
7
15
  ## Installation
8
16
 
9
17
  If you already have a Middleman project:
@@ -3,12 +3,13 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "middleman-google-analytics"
6
- s.version = "0.0.2"
6
+ s.version = "0.0.3"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Jon Frisby"]
9
9
  s.email = ["jfrisby@mrjoy.com"]
10
10
  s.homepage = "http://github.com/MrJoy/middleman-google-analytics"
11
11
  s.summary = %q{A Middleman plugin for handling Google Analytics tracking code.}
12
+ s.license = "MIT"
12
13
  # s.description = %q{A longer description of your extension}
13
14
 
14
15
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-google-analytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Frisby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-16 00:00:00.000000000 Z
11
+ date: 2014-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: middleman-core
@@ -45,7 +45,8 @@ files:
45
45
  - lib/middleman_extension.rb
46
46
  - middleman-google-analytics.gemspec
47
47
  homepage: http://github.com/MrJoy/middleman-google-analytics
48
- licenses: []
48
+ licenses:
49
+ - MIT
49
50
  metadata: {}
50
51
  post_install_message:
51
52
  rdoc_options: []
@@ -63,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
64
  version: '0'
64
65
  requirements: []
65
66
  rubyforge_project:
66
- rubygems_version: 2.0.6
67
+ rubygems_version: 2.0.3
67
68
  signing_key:
68
69
  specification_version: 4
69
70
  summary: A Middleman plugin for handling Google Analytics tracking code.