nake 0.0.3.pre → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +1 -0
- metadata +6 -5
data/CHANGELOG
CHANGED
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
|
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:
|
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:
|
96
|
+
version: "0"
|
96
97
|
version:
|
97
98
|
requirements: []
|
98
99
|
|