nake 0.0.3.pre → 0.0.3

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 (2) hide show
  1. data/CHANGELOG +1 -0
  2. metadata +6 -5
data/CHANGELOG CHANGED
@@ -13,3 +13,4 @@
13
13
  * A lot of useful tasks for releasing, prereleasing, bundling, specs, clean etc.
14
14
 
15
15
  = Version 0.0.3
16
+ * Some bug fixes and task improvements
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.pre
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Jakub \xC5\xA0\xC5\xA5astn\xC3\xBD aka Botanicus"
@@ -76,8 +76,9 @@ has_rdoc: true
76
76
  homepage: http://github.com/botanicus/nake
77
77
  licenses: []
78
78
 
79
- post_install_message: "=== Changes in the last Nake ===\n\
80
- - "
79
+ post_install_message: |-
80
+ === Changes in the last Nake ===
81
+ - Some bug fixes and task improvements
81
82
  rdoc_options: []
82
83
 
83
84
  require_paths:
@@ -90,9 +91,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
91
  version:
91
92
  required_rubygems_version: !ruby/object:Gem::Requirement
92
93
  requirements:
93
- - - ">"
94
+ - - ">="
94
95
  - !ruby/object:Gem::Version
95
- version: 1.3.1
96
+ version: "0"
96
97
  version:
97
98
  requirements: []
98
99