sauron 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/sauron.rb +0 -0
  3. data/sauron.gemspec +2 -1
  4. metadata +4 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/lib/sauron.rb ADDED
File without changes
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.0"
8
+ s.version = "0.1.1"
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"]
@@ -26,6 +26,7 @@ Gem::Specification.new do |s|
26
26
  "generators/sauron/templates/lib/sauron/watchr.rb",
27
27
  "generators/sauron/templates/sauron_watchr.rb",
28
28
  "generators/sauron/templates/test_helper.rb",
29
+ "lib/sauron.rb",
29
30
  "sauron.gemspec",
30
31
  "tasks/sauron_tasks.rake",
31
32
  "test/sauron_test.rb",
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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jaime Bellmyer
@@ -68,6 +68,7 @@ files:
68
68
  - generators/sauron/templates/lib/sauron/watchr.rb
69
69
  - generators/sauron/templates/sauron_watchr.rb
70
70
  - generators/sauron/templates/test_helper.rb
71
+ - lib/sauron.rb
71
72
  - sauron.gemspec
72
73
  - tasks/sauron_tasks.rake
73
74
  - test/sauron_test.rb