aska 0.0.7 → 0.0.8
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/Manifest +0 -1
- data/Rakefile +1 -1
- data/aska.gemspec +3 -3
- data/lib/aska.rb +1 -1
- data/spec/rules_spec.rb +1 -1
- metadata +2 -2
data/Manifest
CHANGED
data/Rakefile
CHANGED
data/aska.gemspec
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
# Gem::Specification for Aska-0.0.
|
|
2
|
+
# Gem::Specification for Aska-0.0.8
|
|
3
3
|
# Originally generated by Echoe
|
|
4
4
|
|
|
5
5
|
--- !ruby/object:Gem::Specification
|
|
6
6
|
name: aska
|
|
7
7
|
version: !ruby/object:Gem::Version
|
|
8
|
-
version: 0.0.
|
|
8
|
+
version: 0.0.8
|
|
9
9
|
platform: ruby
|
|
10
10
|
authors:
|
|
11
11
|
- Ari Lerner
|
|
@@ -38,7 +38,6 @@ extra_rdoc_files:
|
|
|
38
38
|
- LICENSE
|
|
39
39
|
- README
|
|
40
40
|
files:
|
|
41
|
-
- aska.gemspec
|
|
42
41
|
- CHANGELOG
|
|
43
42
|
- lib/aska.rb
|
|
44
43
|
- lib/object.rb
|
|
@@ -48,6 +47,7 @@ files:
|
|
|
48
47
|
- README
|
|
49
48
|
- spec/rules_spec.rb
|
|
50
49
|
- spec/spec_helper.rb
|
|
50
|
+
- aska.gemspec
|
|
51
51
|
has_rdoc: true
|
|
52
52
|
homepage: http://blog.citrusbyte.com
|
|
53
53
|
post_install_message: |+
|
data/lib/aska.rb
CHANGED
data/spec/rules_spec.rb
CHANGED
|
@@ -19,7 +19,7 @@ describe "Rules" do
|
|
|
19
19
|
@car.names.class.should == Aska::Rules
|
|
20
20
|
end
|
|
21
21
|
it "should be able to turn them into a string" do
|
|
22
|
-
@car.names.to_s.should == "
|
|
22
|
+
@car.names.to_s.should == "x>0\", \"y>0\", \"x>y"
|
|
23
23
|
end
|
|
24
24
|
it "should be able to say that rules are defined when they are defined" do
|
|
25
25
|
@car.names.should_not be_nil
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aska
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ari Lerner
|
|
@@ -35,7 +35,6 @@ extra_rdoc_files:
|
|
|
35
35
|
- LICENSE
|
|
36
36
|
- README
|
|
37
37
|
files:
|
|
38
|
-
- aska.gemspec
|
|
39
38
|
- CHANGELOG
|
|
40
39
|
- lib/aska.rb
|
|
41
40
|
- lib/object.rb
|
|
@@ -45,6 +44,7 @@ files:
|
|
|
45
44
|
- README
|
|
46
45
|
- spec/rules_spec.rb
|
|
47
46
|
- spec/spec_helper.rb
|
|
47
|
+
- aska.gemspec
|
|
48
48
|
has_rdoc: true
|
|
49
49
|
homepage: http://blog.citrusbyte.com
|
|
50
50
|
post_install_message: |+
|