retroactive_module_inclusion 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.
Files changed (5) hide show
  1. data.tar.gz.sig +0 -0
  2. data/History.rdoc +7 -1
  3. data/Rakefile +1 -1
  4. metadata +2 -2
  5. metadata.gz.sig +0 -0
data.tar.gz.sig CHANGED
Binary file
@@ -1,9 +1,15 @@
1
+ === 1.2.1 / 2011-01-23
2
+
3
+ * 1 minor enhancements
4
+
5
+ * fixed a typo in History.rdoc
6
+
1
7
  === 1.2.0 / 2011-01-23
2
8
 
3
9
  * 2 minor enhancements
4
10
 
5
11
  * Chaged #retroactively_include visibility to public and updated tests accordingly
6
- * motivated by this discussion {this discussion}[https://github.com/lsegal/yard/issues/issue/242/] with Loren Segal
12
+ * motivated by {this discussion}[https://github.com/lsegal/yard/issues/issue/242/] with Loren Segal
7
13
 
8
14
  * Better documentation:
9
15
  * many README and History fixes and improvements
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ require 'hoe'
8
8
  Hoe.spec 'retroactive_module_inclusion' do
9
9
  developer('Adriano Mitre', 'adriano.mitre@gmail.com')
10
10
 
11
- self.version = '1.2.0'
11
+ self.version = '1.2.1'
12
12
 
13
13
  self.readme_file = 'README.rdoc'
14
14
  self.history_file = 'History.rdoc'
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
  - Adriano Mitre
metadata.gz.sig CHANGED
Binary file