davidrichards-data_frame 0.0.3 → 0.0.7

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.
Files changed (3) hide show
  1. data/README.rdoc +2 -2
  2. data/VERSION.yml +1 -1
  3. metadata +3 -3
data/README.rdoc CHANGED
@@ -55,9 +55,9 @@ sudo gem install davidrichards-data_frame
55
55
 
56
56
  === Dependencies
57
57
 
58
- * ActiveSupport: sudo gem install active_support
58
+ * ActiveSupport: sudo gem install activesupport
59
59
  * JustEnumerableStats: sudo gem install davidrichards-just_enumerable_stats
60
- * FasterCSV: sudo gem install faster_csv
60
+ * FasterCSV: sudo gem install fastercsv
61
61
 
62
62
  ==COPYRIGHT
63
63
 
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 3
4
+ :patch: 7
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: davidrichards-data_frame
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Richards
@@ -13,7 +13,7 @@ date: 2009-07-23 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
- name: active_support
16
+ name: activesupport
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: "0"
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
- name: faster_csv
36
+ name: fastercsv
37
37
  type: :runtime
38
38
  version_requirement:
39
39
  version_requirements: !ruby/object:Gem::Requirement