rspreadsheet 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 919b62abc1e0fafb23ec3d83f731dd7cf60e65ca
4
- data.tar.gz: 4a6ee4722c4b84fa550ddcd2cb5a189c11542ed2
3
+ metadata.gz: 152586e2f35f91ad2793d61bdd9b1d2f3d497f2a
4
+ data.tar.gz: 891cd0526d5c16c065bbced2da5dab48586d50a2
5
5
  SHA512:
6
- metadata.gz: ff81a47706c13f2649d6002a4a40a91bf1712b24912b03774c82deefadaceb5fc241f3cb05c15bb7e172aa2a902dc6473625de44094fb400c32ce748c907e57f
7
- data.tar.gz: dc961d15eb6bd8f0058b8e1139ea87a4edbce6790e693f9f456e1247d39fab85d9a8fc8937f11a87c59f2e4722ce65372e1a198256a2c855ba17a6c87c3362f9
6
+ metadata.gz: 82757075eefa5c3d7fbe287237aff3deca67242d893b6cc64211f51c10d4053d8f739515ec9df89ee7d1eb9761fe96126c9ce270fe7d74276563e1ce1cf7475f
7
+ data.tar.gz: ce78296bd79b804f132fd7d9bf2358cb27fba64a0711e0b126512dcf3b7ea5730cc2fd7f21bef1f9cc3459451a92c81985daac7c6833f4194d7a167557900ffe
data/.gitignore CHANGED
@@ -29,7 +29,8 @@ build/
29
29
 
30
30
  # for a library or gem, you might want to ignore these files since the code is
31
31
  # intended to run in multiple environments; otherwise, check them in:
32
- Gemfile.lock
32
+
33
+ Gemfile.lock
33
34
  # .ruby-version
34
35
  # .ruby-gemset
35
36
 
@@ -1,3 +1,3 @@
1
1
  module Rspreadsheet
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -17,7 +17,7 @@ describe Rspreadsheet::Tools::SparseRepeatedArray do
17
17
  end
18
18
  # Float::INFINITY
19
19
  its 'set values can be read back unchanged' do
20
- pending
20
+ skip
21
21
  @a[3..5]='test'
22
22
  @a[4].should == 'test'
23
23
  end
@@ -129,7 +129,7 @@ describe Rspreadsheet::Cell do
129
129
  @sheet2.A12.should == '[http://example.org/]'
130
130
  end
131
131
  it 'contains good row and col coordinates even after table:number-columns-repeated cells' do
132
- pending
132
+ skip
133
133
  @cell = @sheet2.cells(13,5)
134
134
  @cell.value.should == 'afterrepeated'
135
135
  @cell.row.should == 13
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspreadsheet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub A.Těšínský
@@ -165,7 +165,6 @@ files:
165
165
  - DEVEL_BLOG.md
166
166
  - GUIDE.md
167
167
  - Gemfile
168
- - Gemfile.lock
169
168
  - Guardfile
170
169
  - LICENSE.md
171
170
  - README.md
data/Gemfile.lock DELETED
@@ -1,89 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- rspreadsheet (0.0.2)
5
- andand (~> 1.3)
6
- libxml-ruby (~> 2.7)
7
- rubyzip (~> 1.1)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- andand (1.3.3)
13
- celluloid (0.15.2)
14
- timers (~> 1.1.0)
15
- coderay (1.1.0)
16
- coveralls (0.7.0)
17
- multi_json (~> 1.3)
18
- rest-client
19
- simplecov (>= 0.7)
20
- term-ansicolor
21
- thor
22
- diff-lcs (1.2.5)
23
- docile (1.1.3)
24
- ffi (1.9.3)
25
- formatador (0.2.4)
26
- guard (2.6.1)
27
- formatador (>= 0.2.4)
28
- listen (~> 2.7)
29
- lumberjack (~> 1.0)
30
- pry (>= 0.9.12)
31
- thor (>= 0.18.1)
32
- guard-rspec (2.6.0)
33
- guard (>= 1.8)
34
- rspec (~> 2.13)
35
- libxml-ruby (2.7.0)
36
- listen (2.7.5)
37
- celluloid (>= 0.15.2)
38
- rb-fsevent (>= 0.9.3)
39
- rb-inotify (>= 0.9)
40
- lumberjack (1.0.5)
41
- method_source (0.8.2)
42
- mime-types (2.2)
43
- multi_json (1.10.0)
44
- notifier (0.5.0)
45
- pry (0.9.12.6)
46
- coderay (~> 1.0)
47
- method_source (~> 0.8)
48
- slop (~> 3.4)
49
- rake (0.9.6)
50
- rb-fsevent (0.9.4)
51
- rb-inotify (0.9.4)
52
- ffi (>= 0.5.0)
53
- rest-client (1.6.7)
54
- mime-types (>= 1.16)
55
- rspec (2.14.1)
56
- rspec-core (~> 2.14.0)
57
- rspec-expectations (~> 2.14.0)
58
- rspec-mocks (~> 2.14.0)
59
- rspec-core (2.14.8)
60
- rspec-expectations (2.14.5)
61
- diff-lcs (>= 1.1.3, < 2.0)
62
- rspec-mocks (2.14.6)
63
- rubyzip (1.1.4)
64
- simplecov (0.8.2)
65
- docile (~> 1.1.0)
66
- multi_json
67
- simplecov-html (~> 0.8.0)
68
- simplecov-html (0.8.0)
69
- slop (3.5.0)
70
- term-ansicolor (1.3.0)
71
- tins (~> 1.0)
72
- test_notifier (2.0.2)
73
- notifier
74
- thor (0.19.1)
75
- timers (1.1.0)
76
- tins (1.3.0)
77
-
78
- PLATFORMS
79
- ruby
80
-
81
- DEPENDENCIES
82
- bundler (~> 1.5)
83
- coveralls (~> 0.7)
84
- guard (~> 2.6)
85
- guard-rspec (~> 2.6)
86
- rake (~> 0.9)
87
- rspec (~> 2)
88
- rspreadsheet!
89
- test_notifier (~> 2.0)