stella 0.7.3 → 0.7.3.002

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.
@@ -290,7 +290,7 @@ class Stella::Client
290
290
  end
291
291
  digest = value.object_id
292
292
  if value.is_a?(Array)
293
- index = Container.sequential_offset(digest, value.size-1)
293
+ index = Stella::Client::Container.sequential_offset(digest, value.size-1)
294
294
  value = value[ index ]
295
295
  end
296
296
  Stella.ld "SELECTED(SEQ): #{value} #{index} #{input} #{digest}"
data/lib/stella/data.rb CHANGED
@@ -126,7 +126,7 @@ module Stella::Data
126
126
  end
127
127
  digest = value.object_id
128
128
  if value.is_a?(Array)
129
- index = Container.sequential_offset(digest, value.size-1)
129
+ index = Stella::Client::Container.sequential_offset(digest, value.size-1)
130
130
  value = value[ index ]
131
131
  end
132
132
  Stella.ld "SELECTED(SEQ): #{value} #{index} #{input} #{digest}"
@@ -269,7 +269,7 @@ module Stella::Data
269
269
  ## end
270
270
  ## digest = value.object_id
271
271
  ## if value.is_a?(Array)
272
- ## index = Container.rsequential_offset(digest, value.size-1)
272
+ ## index = Stella::Client::Container.rsequential_offset(digest, value.size-1)
273
273
  ## value = value[ index ]
274
274
  ## end
275
275
  ## Stella.ld "SELECTED(RSEQ): #{value} #{index} #{input} #{digest}"
@@ -6,6 +6,7 @@ module Stella
6
6
  MAJOR = 0.freeze
7
7
  MINOR = 7.freeze
8
8
  TINY = 3.freeze
9
+ PATCH = '002'.freeze
9
10
  end
10
11
  def self.to_s; [MAJOR, MINOR, TINY].join('.'); end
11
12
  def self.to_f; self.to_s.to_f; end
data/stella.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  @spec = Gem::Specification.new do |s|
2
2
  s.name = "stella"
3
3
  s.rubyforge_project = 'stella'
4
- s.version = "0.7.3"
4
+ s.version = "0.7.3.002"
5
5
  s.summary = "Blame Stella for breaking your web applications."
6
6
  s.description = s.summary
7
7
  s.author = "Delano Mandelbaum"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stella
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.7.3.002
5
5
  platform: ruby
6
6
  authors:
7
7
  - Delano Mandelbaum
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-30 00:00:00 -04:00
12
+ date: 2009-11-02 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency