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.
- checksums.yaml +4 -4
- data/README.md +5 -1
- data/lib/cdn_tags/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fbf4ad61b09272ead59aa0b4d7b71aefbae87a6d
|
|
4
|
+
data.tar.gz: a3ce877867f60e631293000fb46983db3da948f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/cdn_tags/version.rb
CHANGED
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.
|
|
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
|
|
109
|
+
summary: Helpers to serve assets via CDN in Rails.
|
|
110
110
|
test_files: []
|
|
111
111
|
has_rdoc:
|