rack-lodash 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # CH CH CH CH CHANGES! #
2
2
 
3
+ ## Tuesday the 27th of August 2013, v1.0.2 ##
4
+
5
+ * Had the wrong link in the gemspec, fixed it. (That'll teach me to copy and paste!;)
6
+
7
+ ----
8
+
9
+
3
10
  ## Sunday the 18th of August 2013 ##
4
11
 
5
12
  ### v1.0.1 ###
@@ -2,7 +2,7 @@ module Rack
2
2
  class Lodash
3
3
 
4
4
  # The version of this library.
5
- VERSION = "1.0.1"
5
+ VERSION = "1.0.2"
6
6
 
7
7
  # The version of Lo-dash it supports
8
8
  LODASH_VERSION = "1.3.1"
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["iainspeed@gmail.com"]
11
11
  spec.description = %Q{Lo-dash CDN script tags and fallback in one neat package. Current version is for Lo-dash v#{Rack::Lodash::LODASH_VERSION}}
12
12
  spec.summary = %q{The description says it all.}
13
- spec.homepage = "https://github.com/yb66/rack-jquery"
13
+ spec.homepage = "https://github.com/yb66/rack-lodash"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/).reject{|x| x.start_with?("vendor") && !x.include?(Rack::Lodash::LODASH_VERSION) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-lodash
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
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-18 00:00:00.000000000 Z
12
+ date: 2013-08-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack
@@ -100,7 +100,7 @@ files:
100
100
  - spec/spec_helper.rb
101
101
  - spec/support/shared/all_pages.rb
102
102
  - vendor/assets/javascript/libs/lodash/1.3.1/lodash.min.js
103
- homepage: https://github.com/yb66/rack-jquery
103
+ homepage: https://github.com/yb66/rack-lodash
104
104
  licenses:
105
105
  - MIT
106
106
  post_install_message: