sauron 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 CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -10,6 +10,9 @@ class SauronGenerator < Rails::Generator::Base
10
10
 
11
11
  m.directory 'lib/sauron'
12
12
  m.file 'lib/sauron/watchr.rb', 'lib/sauron/watchr.rb'
13
+
14
+ m.directory 'lib/tasks'
15
+ m.file 'lib/tasks/sauron.rake'
13
16
  end
14
17
  end
15
18
 
data/sauron.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sauron}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jaime Bellmyer"]
@@ -24,11 +24,11 @@ Gem::Specification.new do |s|
24
24
  "generators/sauron/sauron_generator.rb",
25
25
  "generators/sauron/templates/config/hydra.yml",
26
26
  "generators/sauron/templates/lib/sauron/watchr.rb",
27
+ "generators/sauron/templates/lib/tasks/sauron.rake",
27
28
  "generators/sauron/templates/sauron_watchr.rb",
28
29
  "generators/sauron/templates/test_helper.rb",
29
30
  "lib/sauron.rb",
30
31
  "sauron.gemspec",
31
- "tasks/sauron_tasks.rake",
32
32
  "test/sauron_test.rb",
33
33
  "test/test_helper.rb"
34
34
  ]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sauron
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jaime Bellmyer
@@ -66,11 +66,11 @@ files:
66
66
  - generators/sauron/sauron_generator.rb
67
67
  - generators/sauron/templates/config/hydra.yml
68
68
  - generators/sauron/templates/lib/sauron/watchr.rb
69
+ - generators/sauron/templates/lib/tasks/sauron.rake
69
70
  - generators/sauron/templates/sauron_watchr.rb
70
71
  - generators/sauron/templates/test_helper.rb
71
72
  - lib/sauron.rb
72
73
  - sauron.gemspec
73
- - tasks/sauron_tasks.rake
74
74
  - test/sauron_test.rb
75
75
  - test/test_helper.rb
76
76
  has_rdoc: true