rstore 0.2.0 → 0.2.2
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.
- data/lib/rstore/version.rb +1 -1
- metadata +10 -24
data/lib/rstore/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rstore
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-
|
|
12
|
+
date: 2011-11-02 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: nokogiri
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &14603340 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *14603340
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: rspec
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &14602880 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,25 +32,11 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
36
|
-
description: !
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
+ Customizable using additional options
|
|
41
|
-
|
|
42
|
-
+ Validation of field values. At the moment validation of the following types is
|
|
43
|
-
supported
|
|
44
|
-
|
|
45
|
-
+ Descriptive error messages pointing helping you to find any invalid data quickly
|
|
46
|
-
|
|
47
|
-
+ Safe and transparent data storage:
|
|
48
|
-
|
|
49
|
-
+ -- Using database transactions: Either the data from all files is stored or none
|
|
50
|
-
|
|
51
|
-
+ -- The data storage method can only be executed once for every instance of RStore::CSV
|
|
52
|
-
|
|
53
|
-
'
|
|
35
|
+
version_requirements: *14602880
|
|
36
|
+
description: ! " RStore makes batch processing of csv files a breeze. \n Automatically
|
|
37
|
+
fetches data files, directories, URLs\n :: Customizable using additional options \n
|
|
38
|
+
\ :: Validation of field values\n :: Descriptive error messages\n :: Safe and
|
|
39
|
+
transparent data storage using database transactions\n"
|
|
54
40
|
email: stefan.rohlfing@gmail.com
|
|
55
41
|
executables: []
|
|
56
42
|
extensions: []
|