init 1.2.0 → 1.2.1

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.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,13 @@
1
+ === 1.2.1 / 2010-12-02
2
+
3
+ * 1 minor enchancement
4
+
5
+ * Aef::Init::VERSION String is now frozen
6
+
7
+ * 1 minor bugfix
8
+
9
+ * Removed machine local paths from gemspec file
10
+
1
11
  === 1.2.0 / 2010-12-02
2
12
 
3
13
  * 3 minor enhancements
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ Hoe.spec 'init' do
11
11
  extra_dev_deps << ['rspec', '~> 2.2.0']
12
12
  extra_dev_deps << ['facets', '~> 2.9.0']
13
13
 
14
- self.version = Aef::Init::VERSION
14
+ self.version = Aef::Init::VERSION.dup
15
15
  self.rubyforge_name = 'aef'
16
16
  self.url = 'https://rubyforge.org/projects/aef/'
17
17
  self.readme_file = 'README.rdoc'
@@ -17,7 +17,7 @@
17
17
 
18
18
  # Clean and simple *nix init scripts with Ruby
19
19
  class Aef::Init
20
- VERSION = '1.2.0'
20
+ VERSION = '1.2.1'.freeze
21
21
 
22
22
  # Call this to begin commandline parsing
23
23
  #
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 2
8
- - 0
9
- version: 1.2.0
8
+ - 1
9
+ version: 1.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alexander E. Fischer
metadata.gz.sig CHANGED
Binary file