spicycode-micronaut 0.2.1.0 → 0.2.1.1
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.
- data/Rakefile +1 -1
- data/examples/lib/micronaut/configuration_example.rb +1 -1
- data/examples/lib/micronaut_example.rb +4 -0
- data/lib/micronaut.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -74,7 +74,7 @@ describe Micronaut::Configuration do
|
|
74
74
|
Micronaut::Configuration.new.trace?.should == false
|
75
75
|
end
|
76
76
|
|
77
|
-
it "is true if configuration.trace is true"
|
77
|
+
it "is true if configuration.trace is true" do
|
78
78
|
config = Micronaut::Configuration.new
|
79
79
|
config.trace = true
|
80
80
|
config.trace?.should == true
|
data/lib/micronaut.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spicycode-micronaut
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.1.
|
4
|
+
version: 0.2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chad Humphries
|
@@ -9,7 +9,7 @@ autorequire: micronaut
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-01-
|
12
|
+
date: 2009-01-14 00:00:00 -08:00
|
13
13
|
default_executable: micronaut
|
14
14
|
dependencies: []
|
15
15
|
|