acts_as_xls 1.0.1 → 1.0.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.
Files changed (3) hide show
  1. data/CHANGELOG.md +10 -0
  2. data/lib/acts_as_xls/version.rb +1 -1
  3. metadata +3 -3
data/CHANGELOG.md CHANGED
@@ -0,0 +1,10 @@
1
+ ToDo
2
+ - Add to_xlsx
3
+ - Add new_from_xls to import from xls to ActiveRecord model
4
+ - Add create_from_xls to import from xls to ActiveRecord model
5
+
6
+ 1.0.1 (29 Jun 2012)
7
+ - Add dependency to gemspec
8
+
9
+ 1.0.0 (29 Jun 2012)
10
+ - First deploy
@@ -1,4 +1,4 @@
1
1
  module ActsAsXls
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_xls
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrea Bignozzi