setupxls 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/README.md +1 -1
  2. data/lib/setupxls/version.rb +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -8,7 +8,7 @@ Usage
8
8
 
9
9
  Install using `gem install setupxls`
10
10
 
11
- x = SetupXls.new("[an open Excel workbook sheetname]")
11
+ x = SetupXls.setsheet("[an open Excel workbook sheetname]")
12
12
 
13
13
  x.cells(1,2).value = 5 #prints 5 in the worksheets range of B1.
14
14
  y = x.cells(1,2).value #sets the variable y to the value in B1.
@@ -1,3 +1,3 @@
1
1
  module SetupXls
2
- Version = VERSION = '1.0.1'
2
+ Version = VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: setupxls
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-18 00:00:00.000000000 Z
12
+ date: 2013-06-24 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! ' Setupxls allows you to connect ruby to an excel worksheet.
15
15