cdn_tags 0.4.0 → 0.4.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -1
  3. data/lib/cdn_tags/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67f7daf2bf064f0a887c3b481cc30a20d8dc7fa9
4
- data.tar.gz: cffa665ffa5e7020168ca31b53435fec4a164559
3
+ metadata.gz: fbf4ad61b09272ead59aa0b4d7b71aefbae87a6d
4
+ data.tar.gz: a3ce877867f60e631293000fb46983db3da948f9
5
5
  SHA512:
6
- metadata.gz: 7e56816a2739f7a11642400e432eea2bbf10925e877cecf0808e61edf60697c2249ddb106055fda3756056924b19139683be7c76aa689f8f534d8b95946651d0
7
- data.tar.gz: 9a83451dda24f3ca1b72953f793ac3299378af29404b8a0ce99e09058da3f048b476e4e55907188dc01ee07e3de7da9daa2491020b61c8151d1256dbc859ae8c
6
+ metadata.gz: 0e8d322896d9ccc9234824be49d28a6e0b377929083dcb1e0273d0bfcd324fdcd006e9e7a844d4d0936bac162fbb796044b747c72ae9288730ad1e0be10e32f2
7
+ data.tar.gz: 0749e24c0d8fc96505762dd782553480ed34d80b229630473f103604e03b254cbd7d4efca8f62291a242c8f2f5ef1e2fc1e56777ba88c32234667aa9fc928089
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # CdnTags [![Build Status][travis-img]][travis-link] [![Coverage Status][coveralls-img]][coveralls-link]
1
+ # CdnTags [![Build Status][travis-img]][travis-link] [![Coverage Status][coveralls-img]][coveralls-link] [![Gem Version][gem-img]][gem-link]
2
2
 
3
3
 
4
4
  Using a CDN in development is kind of painful when the
@@ -6,6 +6,8 @@ network is unstable, however in production common libraries
6
6
  should generally be served via a CDN.
7
7
  This gem helps to automatize this process.
8
8
 
9
+ This gem has been tested with Rails 3 and 4, and Ruby 1.9, 2.0 and 2.1.
10
+
9
11
  ## Installation
10
12
 
11
13
  Add
@@ -92,3 +94,5 @@ This will result in the following HTML output.
92
94
  [travis-img]: https://travis-ci.org/claude-tech/cdn-tags-rails.svg?branch=master
93
95
  [coveralls-link]: https://coveralls.io/r/claude-tech/cdn-tags-rails?branch=master
94
96
  [coveralls-img]: https://img.shields.io/coveralls/claude-tech/cdn-tags-rails.svg
97
+ [gem-link]: http://badge.fury.io/rb/cdn_tags
98
+ [gem-img]: https://badge.fury.io/rb/cdn_tags.svg
@@ -1,3 +1,3 @@
1
1
  module CdnTags
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cdn_tags
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Perez
@@ -106,6 +106,6 @@ rubyforge_project:
106
106
  rubygems_version: 2.2.0
107
107
  signing_key:
108
108
  specification_version: 4
109
- summary: Helpers to use CDN scripts in Rails production.
109
+ summary: Helpers to serve assets via CDN in Rails.
110
110
  test_files: []
111
111
  has_rdoc: