rules_view 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -12,7 +12,7 @@ module RulesView
12
12
 
13
13
  def install
14
14
  RulesViewInstallManifest.populate_record(self, "rules_view")
15
- puts InstallGenerator.description_all
15
+ puts RulesViewInstallManifest.description_all
16
16
  end
17
17
 
18
18
  def self.description_all
@@ -17,7 +17,7 @@ module RulesView
17
17
  else
18
18
  RulesViewLayoutManifest.populate_record(self, @layout_name)
19
19
  end
20
- puts LayoutGenerator.description
20
+ puts RulesViewLayoutManifest.description
21
21
  end
22
22
 
23
23
  def self.description
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rules_view
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Douglas