fozzie 0.0.23 → 0.0.24
Sign up to get free protection for your applications and to get access to all the features.
- data/fozzie.gemspec +1 -1
- data/lib/fozzie/configuration.rb +1 -1
- data/lib/fozzie/version.rb +1 -1
- data/spec/lib/fozzie/configuration_spec.rb +1 -2
- metadata +4 -5
data/fozzie.gemspec
CHANGED
@@ -5,7 +5,7 @@ require "fozzie/version"
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "fozzie"
|
7
7
|
s.version = Fozzie::VERSION
|
8
|
-
s.authors = ["Marc Watts", "
|
8
|
+
s.authors = ["Marc Watts", "Dave Nolan"]
|
9
9
|
s.email = ["marc.watts@lonelyplanet.co.uk"]
|
10
10
|
s.summary = %q{Statsd Ruby gem from Lonely Planet Online}
|
11
11
|
s.description = %q{
|
data/lib/fozzie/configuration.rb
CHANGED
data/lib/fozzie/version.rb
CHANGED
@@ -36,9 +36,8 @@ describe Fozzie::Configuration do
|
|
36
36
|
end
|
37
37
|
|
38
38
|
it "creates a prefix with origin" do
|
39
|
-
subject.stubs(:origin_name).returns("app.server.local")
|
40
39
|
subject.appname = 'astoria'
|
41
|
-
subject.data_prefix.should
|
40
|
+
subject.data_prefix.should match /^astoria\.(\S+)\.test$/
|
42
41
|
end
|
43
42
|
|
44
43
|
it "handles missing configuration namespace" do
|
metadata
CHANGED
@@ -1,17 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fozzie
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.24
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Marc Watts
|
9
|
-
- Mark Barger
|
10
9
|
- Dave Nolan
|
11
10
|
autorequire:
|
12
11
|
bindir: bin
|
13
12
|
cert_chain: []
|
14
|
-
date: 2012-06-
|
13
|
+
date: 2012-06-15 00:00:00.000000000 Z
|
15
14
|
dependencies:
|
16
15
|
- !ruby/object:Gem::Dependency
|
17
16
|
name: sys-uname
|
@@ -279,7 +278,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
279
278
|
version: '0'
|
280
279
|
segments:
|
281
280
|
- 0
|
282
|
-
hash:
|
281
|
+
hash: -2592284232910855340
|
283
282
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
284
283
|
none: false
|
285
284
|
requirements:
|
@@ -288,7 +287,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
288
287
|
version: '0'
|
289
288
|
segments:
|
290
289
|
- 0
|
291
|
-
hash:
|
290
|
+
hash: -2592284232910855340
|
292
291
|
requirements: []
|
293
292
|
rubyforge_project: fozzie
|
294
293
|
rubygems_version: 1.8.24
|