stella 0.8.0.000 → 0.8.0.001

Sign up to get free protection for your applications and to get access to all the features.
@@ -159,7 +159,7 @@ class Stella::Service
159
159
 
160
160
  def uri(*parts)
161
161
  uri = URI.parse @source
162
- uri.path = '/api/' << parts.join( '/')
162
+ uri.path = '/stella/' << parts.join( '/')
163
163
  Stella.ld "SERVICE URI: #{uri}"
164
164
  uri
165
165
  end
data/lib/stella.rb CHANGED
@@ -23,7 +23,7 @@ module Stella
23
23
  MAJOR = 0.freeze
24
24
  MINOR = 8.freeze
25
25
  TINY = 0.freeze
26
- PATCH = '000'.freeze
26
+ PATCH = '001'.freeze
27
27
  end
28
28
  def self.to_s; [MAJOR, MINOR, TINY].join('.'); end
29
29
  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.8.0.000"
4
+ s.version = "0.8.0.001"
5
5
  s.summary = "Blame Stella for breaking your web application!"
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.8.0.000
4
+ version: 0.8.0.001
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: 2010-01-16 00:00:00 -05:00
12
+ date: 2010-01-26 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency