rstore 0.3.0 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ChangeLog.md +12 -0
  2. data/lib/rstore/version.rb +1 -1
  3. metadata +6 -5
@@ -0,0 +1,12 @@
1
+ ## Version 0.3.2 (December 12, 2011)
2
+
3
+ ### Bugfixes
4
+ * Move `Changlog` to root directory where it belongs.
5
+
6
+ ## Version 0.3.0 (December 12, 2011)
7
+
8
+ ### Features
9
+ * Add `:digits_seps` option to `RStore::CSV#from` to enable parsing of numbers with different thousands separators or decimal marks.
10
+
11
+ ### Other
12
+ * Don't bundle spec/ with gem.
@@ -1,3 +1,3 @@
1
1
  module RStore
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.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.3.0
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-12-08 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
16
- requirement: &8958500 !ruby/object:Gem::Requirement
16
+ requirement: &23883620 !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: *8958500
24
+ version_requirements: *23883620
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
27
- requirement: &8957280 !ruby/object:Gem::Requirement
27
+ requirement: &23883160 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *8957280
35
+ version_requirements: *23883160
36
36
  description: ! " RStore makes batch processing of csv files a breeze.\n Automatically
37
37
  fetches data files, directories, URLs\n :: Customizable using additional options\n
38
38
  \ :: Validation of field values\n :: Descriptive error messages\n :: Safe and
@@ -59,6 +59,7 @@ files:
59
59
  - lib/rstore/exceptions.rb
60
60
  - lib/rstore/modules/helper_methods.rb
61
61
  - lib/rstore.rb
62
+ - ChangeLog.md
62
63
  - README.md
63
64
  - Rakefile
64
65
  - LICENSE