imgix-rails 0.1.0 → 0.1.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/imgix-rails.gemspec +2 -1
- data/lib/imgix/rails/version.rb +1 -1
- data/lib/imgix/rails/view_helper.rb +1 -0
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c11e36bd61de0ee311944ba3ae40b073a0bdeee1
|
|
4
|
+
data.tar.gz: 74613004b24ae423faaaa0655094629135c2bcc2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a8935d342b487022b592ab9e6388ec54cd363ecf846a7d5787f9f0aa23f9c2538d21905e392f0f93a2f7e107ab9eec537ea06bc3d4fbfe135aad0a144a8875f
|
|
7
|
+
data.tar.gz: 9f35f09986c3ad5acaf4e23a6ecca593d14c97eebbfdfe01ca7ff10c313e27f379ddd41f390d5a89430c9b93359469239401d0fdce27fd3e3b3c1ec2236e5e81
|
data/imgix-rails.gemspec
CHANGED
|
@@ -8,9 +8,10 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Imgix::Rails::VERSION
|
|
9
9
|
spec.authors = ["Kelly Sutton"]
|
|
10
10
|
spec.email = ["kelly@imgix.com"]
|
|
11
|
+
spec.licenses = ['MIT']
|
|
11
12
|
|
|
12
13
|
spec.summary = %q{Makes integrating imgix into your Rails app easier. It builds on imgix-rb to offer a few Rails-specific interfaces.}
|
|
13
|
-
spec.description = %q{Makes integrating imgix into your Rails app easier. It builds on imgix-rb to offer a few Rails-specific interfaces.}
|
|
14
|
+
spec.description = %q{Makes integrating imgix into your Rails app easier. It builds on imgix-rb to offer a few Rails-specific interfaces. Please see https://github.com/imgix/imgix-rails for more details.}
|
|
14
15
|
spec.homepage = "https://github.com/imgix/imgix-rails"
|
|
15
16
|
|
|
16
17
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
data/lib/imgix/rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: imgix-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kelly Sutton
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: imgix
|
|
@@ -87,7 +87,8 @@ dependencies:
|
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
88
|
version: '0'
|
|
89
89
|
description: Makes integrating imgix into your Rails app easier. It builds on imgix-rb
|
|
90
|
-
to offer a few Rails-specific interfaces.
|
|
90
|
+
to offer a few Rails-specific interfaces. Please see https://github.com/imgix/imgix-rails
|
|
91
|
+
for more details.
|
|
91
92
|
email:
|
|
92
93
|
- kelly@imgix.com
|
|
93
94
|
executables: []
|
|
@@ -112,7 +113,8 @@ files:
|
|
|
112
113
|
- lib/imgix/railtie.rb
|
|
113
114
|
- vendor/parameters.json
|
|
114
115
|
homepage: https://github.com/imgix/imgix-rails
|
|
115
|
-
licenses:
|
|
116
|
+
licenses:
|
|
117
|
+
- MIT
|
|
116
118
|
metadata:
|
|
117
119
|
allowed_push_host: https://rubygems.org
|
|
118
120
|
post_install_message:
|