retina_tag 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -56,3 +56,6 @@ If you set `:lazy => true` on an image_tag, the src attribute is moved to a lodp
56
56
  3. Commit your changes (`git commit -am 'Added some feature'`)
57
57
  4. Push to the branch (`git push origin my-new-feature`)
58
58
  5. Create new Pull Request
59
+
60
+ ##License
61
+ This project is licensed under the MIT License.
@@ -1,3 +1,3 @@
1
1
  module RetinaTag
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
data/retina_tag.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
7
7
  gem.description = "This gem overrides image_tag to support retina resolution images using asset pipeline"
8
8
  gem.summary = "image_tag addon for retina graphics, with cache support."
9
9
  gem.homepage = "http://github.com/davydotcom/retina_tag"
10
-
10
+ gem.license = 'MIT'
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
13
13
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: retina_tag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.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-07-20 00:00:00.000000000 Z
12
+ date: 2013-07-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -62,7 +62,8 @@ files:
62
62
  - lib/retina_tag/version.rb
63
63
  - retina_tag.gemspec
64
64
  homepage: http://github.com/davydotcom/retina_tag
65
- licenses: []
65
+ licenses:
66
+ - MIT
66
67
  post_install_message:
67
68
  rdoc_options: []
68
69
  require_paths:
@@ -75,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
76
  version: '0'
76
77
  segments:
77
78
  - 0
78
- hash: -1060106995392824534
79
+ hash: 675283417369720092
79
80
  required_rubygems_version: !ruby/object:Gem::Requirement
80
81
  none: false
81
82
  requirements:
@@ -84,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
85
  version: '0'
85
86
  segments:
86
87
  - 0
87
- hash: -1060106995392824534
88
+ hash: 675283417369720092
88
89
  requirements: []
89
90
  rubyforge_project:
90
91
  rubygems_version: 1.8.25