carrierwave 1.0.0.rc → 1.0.0
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 +3 -8
- data/lib/carrierwave/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e8aa98fa4de1f1cb517138ae11e7bfbd574638e
|
|
4
|
+
data.tar.gz: 5456c89662d0ca78e61cc12c8d9305b23175172e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4ba35c722eeef4ccdf925adf951c1323dad0c116e0f4cbf7e567cbeefacb538e7259e5a59c771d17e05ced3a0d182bfb15000ca982edb3bce6f51fa288255eb
|
|
7
|
+
data.tar.gz: d9dbc8490ce0637ab6aa828eb695170637317141e0b3d901fefb15dfdf8b1f52094e4d7911e34182f607a185b5ebb06d460f047fb7a080f850da5d8a482c9321
|
data/README.md
CHANGED
|
@@ -8,11 +8,6 @@ It works well with Rack based web applications, such as Ruby on Rails.
|
|
|
8
8
|
[](https://git.legal/projects/1363)
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
> ## carrierwave version disclaimer
|
|
12
|
-
> ***This README is for a branch which is still in development.
|
|
13
|
-
> Please switch to latest `0.x` branch for stable version.***
|
|
14
|
-
|
|
15
|
-
|
|
16
11
|
## Information
|
|
17
12
|
|
|
18
13
|
* RDoc documentation [available on RubyDoc.info](http://rubydoc.info/gems/carrierwave/frames)
|
|
@@ -29,18 +24,18 @@ It works well with Rack based web applications, such as Ruby on Rails.
|
|
|
29
24
|
Install the latest release:
|
|
30
25
|
|
|
31
26
|
```
|
|
32
|
-
$ gem install carrierwave -v "1.0.0
|
|
27
|
+
$ gem install carrierwave -v "1.0.0"
|
|
33
28
|
```
|
|
34
29
|
|
|
35
30
|
In Rails, add it to your Gemfile:
|
|
36
31
|
|
|
37
32
|
```ruby
|
|
38
|
-
gem 'carrierwave', '
|
|
33
|
+
gem 'carrierwave', '~> 1.0'
|
|
39
34
|
```
|
|
40
35
|
|
|
41
36
|
Finally, restart the server to apply the changes.
|
|
42
37
|
|
|
43
|
-
As of version 1.0
|
|
38
|
+
As of version 1.0, CarrierWave requires Rails 4.0 or higher and Ruby 2.0
|
|
44
39
|
or higher. If you're on Rails 3, you should use v0.11.0.
|
|
45
40
|
|
|
46
41
|
## Getting Started
|
data/lib/carrierwave/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: carrierwave
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonas Nicklas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-12-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -198,14 +198,14 @@ dependencies:
|
|
|
198
198
|
requirements:
|
|
199
199
|
- - ">="
|
|
200
200
|
- !ruby/object:Gem::Version
|
|
201
|
-
version:
|
|
201
|
+
version: 0.9.1
|
|
202
202
|
type: :development
|
|
203
203
|
prerelease: false
|
|
204
204
|
version_requirements: !ruby/object:Gem::Requirement
|
|
205
205
|
requirements:
|
|
206
206
|
- - ">="
|
|
207
207
|
- !ruby/object:Gem::Version
|
|
208
|
-
version:
|
|
208
|
+
version: 0.9.1
|
|
209
209
|
- !ruby/object:Gem::Dependency
|
|
210
210
|
name: pry
|
|
211
211
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -289,9 +289,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
289
289
|
version: 2.0.0
|
|
290
290
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
291
291
|
requirements:
|
|
292
|
-
- - "
|
|
292
|
+
- - ">="
|
|
293
293
|
- !ruby/object:Gem::Version
|
|
294
|
-
version:
|
|
294
|
+
version: '0'
|
|
295
295
|
requirements: []
|
|
296
296
|
rubyforge_project:
|
|
297
297
|
rubygems_version: 2.5.1
|