commondream-google-spreadsheet-ruby 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/google_spreadsheet.rb +1 -1
  2. metadata +2 -3
@@ -493,7 +493,7 @@ module GoogleSpreadsheet
493
493
  <id>#{h(@cells_feed_url)}</id>
494
494
  EOS
495
495
 
496
- while batch_count <= 500
496
+ while batch_count <= 250
497
497
  row,col = @modified[current_cell]
498
498
  value = @cells[[row, col]]
499
499
  entry = cell_entries[[row, col]]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commondream-google-spreadsheet-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiroshi Ichikawa
@@ -36,7 +36,6 @@ files:
36
36
  - lib/google_spreadsheet.rb
37
37
  has_rdoc: true
38
38
  homepage: http://github.com/gimite/google-spreadsheet-ruby/tree/master
39
- licenses:
40
39
  post_install_message:
41
40
  rdoc_options:
42
41
  - --main
@@ -58,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
57
  requirements: []
59
58
 
60
59
  rubyforge_project:
61
- rubygems_version: 1.3.5
60
+ rubygems_version: 1.2.0
62
61
  signing_key:
63
62
  specification_version: 2
64
63
  summary: This is a library to read/write Google Spreadsheet.