maintain 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/maintain/maintainer.rb +1 -1
- data/spec/aggregates_spec.rb +1 -1
- data/spec/bitwise_spec.rb +1 -1
- data/spec/hooks_spec.rb +1 -1
- data/spec/integer_spec.rb +1 -1
- data/spec/maintain_spec.rb +1 -1
- data/spec/setting_state_spec.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/lib/maintain/maintainer.rb
CHANGED
data/spec/aggregates_spec.rb
CHANGED
data/spec/bitwise_spec.rb
CHANGED
data/spec/hooks_spec.rb
CHANGED
data/spec/integer_spec.rb
CHANGED
data/spec/maintain_spec.rb
CHANGED
@@ -12,7 +12,7 @@ describe Maintain do
|
|
12
12
|
|
13
13
|
# Basic overview / class methods
|
14
14
|
it "should extend things that include it" do
|
15
|
-
MaintainTest.should respond_to(:
|
15
|
+
MaintainTest.should respond_to(:maintain)
|
16
16
|
end
|
17
17
|
|
18
18
|
it "should alias the maintain method as `maintains`" do
|
data/spec/setting_state_spec.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: maintain
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Flip Sasser
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-
|
12
|
+
date: 2010-03-22 00:00:00 -04:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|