bushido 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
data/lib/bushido/app.rb CHANGED
@@ -5,7 +5,7 @@ module Bushido
5
5
  class App
6
6
  class << self
7
7
  def app_url #:nodoc:
8
- "#{Bushido::Platform.host}/apps/#{Bushido::Platform.app}.json"
8
+ "#{Bushido::Platform.host}/apps/#{Bushido::Platform.name}.json"
9
9
  end
10
10
 
11
11
 
@@ -1,8 +1,8 @@
1
1
  module Bushido
2
2
  class Platform #:nodoc:
3
3
  class << self
4
- def app
5
- ENV['BUSHIDO_APP']
4
+ def name
5
+ ENV['BUSHIDO_NAME']
6
6
  end
7
7
 
8
8
 
@@ -1,4 +1,4 @@
1
1
  module Bushido
2
2
  # Current version of the Bushido gem
3
- VERSION = "0.0.14"
3
+ VERSION = "0.0.15"
4
4
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: bushido
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.14
5
+ version: 0.0.15
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sean Grove
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-27 00:00:00 -07:00
13
+ date: 2011-06-01 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency