paperclip_database 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,21 +1,21 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- paperclip_database (1.0.2)
4
+ paperclip_database (1.0.3)
5
5
  paperclip (>= 2.3.0)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
- activemodel (3.2.6)
11
- activesupport (= 3.2.6)
10
+ activemodel (3.2.7)
11
+ activesupport (= 3.2.7)
12
12
  builder (~> 3.0.0)
13
- activerecord (3.2.6)
14
- activemodel (= 3.2.6)
15
- activesupport (= 3.2.6)
13
+ activerecord (3.2.7)
14
+ activemodel (= 3.2.7)
15
+ activesupport (= 3.2.7)
16
16
  arel (~> 3.0.2)
17
17
  tzinfo (~> 0.3.29)
18
- activesupport (3.2.6)
18
+ activesupport (3.2.7)
19
19
  i18n (~> 0.6)
20
20
  multi_json (~> 1.0)
21
21
  addressable (2.2.8)
data/Rakefile CHANGED
@@ -3,15 +3,20 @@ require 'appraisal'
3
3
  require 'rake/testtask'
4
4
  require 'cucumber/rake/task'
5
5
 
6
- desc 'Default: run unit tests.'
7
- task :default => [:clean, 'appraisal:install', :all]
6
+ desc 'Default: clean, appraisal:install, all.'
7
+ task :default => [:clean, :all]
8
8
 
9
9
  desc 'Test the paperclip_database plugin under all supported Rails versions.'
10
10
  task :all do |t|
11
- exec('rake appraisal test cucumber')
11
+ if ENV['BUNDLE_GEMFILE']
12
+ exec('rake test cucumber')
13
+ else
14
+ Rake::Task["appraisal:install"].execute
15
+ exec('rake appraisal test cucumber')
16
+ end
12
17
  end
13
18
 
14
- desc 'Test the paperclip plugin.'
19
+ desc 'Test the paperclip_database plugin.'
15
20
  Rake::TestTask.new(:test) do |t|
16
21
  t.libs << 'lib' << 'profile'
17
22
  t.pattern = 'test/**/*_test.rb'
@@ -1,3 +1,3 @@
1
1
  module PaperclipDatabase
2
- VERSION = "1.0.2" unless defined? PaperclipDatabase::VERSION
2
+ VERSION = "1.0.3" 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.2
4
+ version: 1.0.3
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-07-04 00:00:00.000000000 Z
12
+ date: 2012-08-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: paperclip
@@ -262,7 +262,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
262
262
  version: '0'
263
263
  segments:
264
264
  - 0
265
- hash: -1388332772170502822
265
+ hash: 2644995206992503009
266
266
  required_rubygems_version: !ruby/object:Gem::Requirement
267
267
  none: false
268
268
  requirements:
@@ -271,7 +271,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
271
271
  version: '0'
272
272
  segments:
273
273
  - 0
274
- hash: -1388332772170502822
274
+ hash: 2644995206992503009
275
275
  requirements:
276
276
  - ImageMagick
277
277
  rubyforge_project: paperclip_database