paperclip_database 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module PaperclipDatabase
2
- VERSION = "1.0.3" unless defined? PaperclipDatabase::VERSION
2
+ VERSION = "1.0.4" unless defined? PaperclipDatabase::VERSION
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paperclip_database
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
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: 2012-08-02 00:00:00.000000000 Z
12
+ date: 2012-08-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: paperclip
@@ -200,7 +200,6 @@ files:
200
200
  - .rvmrc
201
201
  - Appraisals
202
202
  - Gemfile
203
- - Gemfile.lock
204
203
  - LICENSE.txt
205
204
  - README.md
206
205
  - Rakefile
@@ -262,7 +261,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
262
261
  version: '0'
263
262
  segments:
264
263
  - 0
265
- hash: 2644995206992503009
264
+ hash: 726529476168973417
266
265
  required_rubygems_version: !ruby/object:Gem::Requirement
267
266
  none: false
268
267
  requirements:
@@ -271,7 +270,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
271
270
  version: '0'
272
271
  segments:
273
272
  - 0
274
- hash: 2644995206992503009
273
+ hash: 726529476168973417
275
274
  requirements:
276
275
  - ImageMagick
277
276
  rubyforge_project: paperclip_database
data/Gemfile.lock DELETED
@@ -1,107 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- paperclip_database (1.0.3)
5
- paperclip (>= 2.3.0)
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- activemodel (3.2.7)
11
- activesupport (= 3.2.7)
12
- builder (~> 3.0.0)
13
- activerecord (3.2.7)
14
- activemodel (= 3.2.7)
15
- activesupport (= 3.2.7)
16
- arel (~> 3.0.2)
17
- tzinfo (~> 0.3.29)
18
- activesupport (3.2.7)
19
- i18n (~> 0.6)
20
- multi_json (~> 1.0)
21
- addressable (2.2.8)
22
- appraisal (0.4.1)
23
- bundler
24
- rake
25
- arel (3.0.2)
26
- aruba (0.4.11)
27
- childprocess (>= 0.2.3)
28
- cucumber (>= 1.1.1)
29
- ffi (>= 1.0.11)
30
- rspec (>= 2.7.0)
31
- builder (3.0.0)
32
- capybara (1.1.2)
33
- mime-types (>= 1.16)
34
- nokogiri (>= 1.3.3)
35
- rack (>= 1.0.0)
36
- rack-test (>= 0.5.4)
37
- selenium-webdriver (~> 2.0)
38
- xpath (~> 0.1.4)
39
- childprocess (0.3.3)
40
- ffi (~> 1.0.6)
41
- cocaine (0.2.1)
42
- cucumber (1.2.1)
43
- builder (>= 2.1.2)
44
- diff-lcs (>= 1.1.3)
45
- gherkin (~> 2.11.0)
46
- json (>= 1.4.6)
47
- diff-lcs (1.1.3)
48
- fakeweb (1.3.0)
49
- ffi (1.0.11)
50
- gherkin (2.11.1)
51
- json (>= 1.4.6)
52
- i18n (0.6.0)
53
- json (1.7.3)
54
- launchy (2.1.0)
55
- addressable (~> 2.2.6)
56
- libwebsocket (0.1.3)
57
- addressable
58
- metaclass (0.0.1)
59
- mime-types (1.19)
60
- mocha (0.11.4)
61
- metaclass (~> 0.0.1)
62
- multi_json (1.3.6)
63
- nokogiri (1.5.5)
64
- paperclip (3.1.2)
65
- activemodel (>= 3.0.0)
66
- activerecord (>= 3.0.0)
67
- activesupport (>= 3.0.0)
68
- cocaine (>= 0.0.2)
69
- mime-types
70
- rack (1.4.1)
71
- rack-test (0.6.1)
72
- rack (>= 1.0)
73
- rake (0.9.2.2)
74
- rspec (2.10.0)
75
- rspec-core (~> 2.10.0)
76
- rspec-expectations (~> 2.10.0)
77
- rspec-mocks (~> 2.10.0)
78
- rspec-core (2.10.1)
79
- rspec-expectations (2.10.0)
80
- diff-lcs (~> 1.1.3)
81
- rspec-mocks (2.10.1)
82
- rubyzip (0.9.9)
83
- selenium-webdriver (2.24.0)
84
- childprocess (>= 0.2.5)
85
- libwebsocket (~> 0.1.3)
86
- multi_json (~> 1.0)
87
- rubyzip
88
- sqlite3 (1.3.6)
89
- tzinfo (0.3.33)
90
- xpath (0.1.4)
91
- nokogiri (~> 1.3)
92
-
93
- PLATFORMS
94
- ruby
95
-
96
- DEPENDENCIES
97
- appraisal (~> 0.4)
98
- aruba
99
- bundler
100
- capybara
101
- cucumber (~> 1.1)
102
- fakeweb
103
- launchy (~> 2.1)
104
- mocha
105
- paperclip_database!
106
- rake
107
- sqlite3 (~> 1.3)