rstore 0.2.0 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rstore/version.rb +1 -1
  2. metadata +10 -24
@@ -1,3 +1,3 @@
1
1
  module RStore
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.2"
3
3
  end
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.0
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-10-27 00:00:00.000000000Z
12
+ date: 2011-11-02 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
16
- requirement: &17766760 !ruby/object:Gem::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: *17766760
24
+ version_requirements: *14603340
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &17766300 !ruby/object:Gem::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: *17766300
36
- description: ! '+ Batch processing of csv files
37
-
38
- + Fetches data from different sources: files, directories, URLs
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: []