active_admin_import 2.1.0.rc4 → 2.1.0.rc5

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YWMyOTEwMzdiMDIyMjE5ZDMwNmIwZGFjMmVlOGYwYTFiNTllMzgyYw==
4
+ YTAyZjE3YTdkZWQ0NmQ1NGQ1MDRhZTg4ZGI3NDEwMjJlZmViNjQxZg==
5
5
  data.tar.gz: !binary |-
6
- M2NkMjcwMjZiYjhhNmIwNzRhMWUyN2QxYjJmNGM3ZDc0MGIxZjAxYg==
6
+ YWRiY2JlYjBmN2FkOGU5Y2JlM2Q2OTFmNzZiYjQ2Zjg1OTRmYzJmMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZjZhYTM0NjE2ZmM3ODkwMjU2MzBjNTliZmRiM2IzN2Y3YWNkOTRhZjg4YTJh
10
- YTI5NjJkM2NmYzYwMzU1YjYzMzhmNGMxOWQxYWUyZjU3N2E5YTYzZWM2ZGVj
11
- MWM3OGZmNTgxODBhODA1MjFmYzEwN2RkZjJmZjlhMjUyNmYwNWQ=
9
+ ZGM1M2UxYmUyODE0YzU0YTQ2NjY0MWRjYTUxNDIwMWMyNmJhNjk4MjAwNTc5
10
+ ZWZhOGJhNzExM2EwMmRmNDA2OTZkMWMyMTJkYWI1YzIzMWUwMTA5N2Y0OGNk
11
+ YmVhOGZlMzVlNjVmNWNiMTlmNTAyODQ1NDNmNzAyOGYyOTU1MmI=
12
12
  data.tar.gz: !binary |-
13
- NjRlNDE4NzhmMGUwNGI5NjNiNzY4M2VmNzUxMTI1YzNmNzMyNGRmNDE4ZTVi
14
- NWRkNzEyZGZkMTUwNzMwOGIzYWU5NzNkZGQxNzBiNzRhMWNlYjk2ZGE5OTJm
15
- OWUwZmQ4N2NlZTMzNjE4YmIyNDg5YmQ0NTE0M2RmOWUyM2QwYmU=
13
+ MWIxZDQ4ZDUwNDBjYmE4ZjIyZmY2YjY4ZTJhOGJhYTBiZGExYTE2Yzc4Yjhk
14
+ NWQzNjA5OTQ3ZmU5M2EwOTExMDU0ZjI1YjAxYTQzNDRmOGExNGYwNzgxZjY1
15
+ ZTg4ZDM1MTFiOWIyMzlmNDEyMTJhNDMwY2UyZWEwMTViZWY3OTA=
data/README.md CHANGED
@@ -3,7 +3,7 @@ The most fastest and efficient CSV import for Active Admin (based on activerecor
3
3
  with support of validations and bulk inserts
4
4
 
5
5
 
6
- Important! Current master works and tested with with AA 0-6-stable branch
6
+ Should work with both AA 0.6 and 1.0.0
7
7
 
8
8
 
9
9
  #Installation
@@ -11,7 +11,7 @@ Important! Current master works and tested with with AA 0-6-stable branch
11
11
  Add this line to your application's Gemfile:
12
12
 
13
13
  ```ruby
14
- gem "active_admin_import" , '2.1.0.rc4'
14
+ gem "active_admin_import" , '2.1.0.rc5'
15
15
  ```
16
16
 
17
17
  And then execute:
@@ -33,7 +33,6 @@ cool features of activerecord-import
33
33
  So active_admin_import features
34
34
 
35
35
  Encoding handling
36
- Support importing with ZIP file
37
36
  Two step importing (see example2)
38
37
  CSV options
39
38
  Ability to prepend CSV headers automatically
@@ -13,10 +13,10 @@ Gem::Specification.new do |gem|
13
13
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14
14
  gem.name = "active_admin_import"
15
15
  gem.require_paths = ["lib"]
16
- gem.version = ActiveAdminImport::VERSION << '.rc4'
16
+ gem.version = ActiveAdminImport::VERSION << '.rc5'
17
17
 
18
18
  gem.add_runtime_dependency 'activerecord-import', '~> 0.4', '>= 0.4.1'
19
- gem.add_runtime_dependency 'activeadmin', '~> 0.6', '>= 0.6.0'
19
+ gem.add_runtime_dependency 'activeadmin', '>= 0.6.0'
20
20
  gem.add_runtime_dependency 'rubyzip', '~> 1.0', '>= 1.0.0'
21
21
 
22
22
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_admin_import
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0.rc4
4
+ version: 2.1.0.rc5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Fedoronchuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-13 00:00:00.000000000 Z
11
+ date: 2014-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord-import
@@ -34,9 +34,6 @@ dependencies:
34
34
  name: activeadmin
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ~>
38
- - !ruby/object:Gem::Version
39
- version: '0.6'
40
37
  - - ! '>='
41
38
  - !ruby/object:Gem::Version
42
39
  version: 0.6.0
@@ -44,9 +41,6 @@ dependencies:
44
41
  prerelease: false
45
42
  version_requirements: !ruby/object:Gem::Requirement
46
43
  requirements:
47
- - - ~>
48
- - !ruby/object:Gem::Version
49
- version: '0.6'
50
44
  - - ! '>='
51
45
  - !ruby/object:Gem::Version
52
46
  version: 0.6.0