rtask 004 → 005

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.
@@ -1,16 +1,20 @@
1
+ == 005: 2008-04-11
2
+ * Keita Yamaguchi:
3
+ * Renamed bin/rtask.rb to bin/rtask
4
+
1
5
  == 004: 2008-04-11
2
- * Keita Yamaguchi
6
+ * Keita Yamaguchi:
3
7
  * Fixed Manifest.txt
4
8
 
5
9
  == 003: 2008-04-10
6
- * Keita Yamaguchi
10
+ * Keita Yamaguchi:
7
11
  * Added bin/rtask
8
12
 
9
13
  == 002: 2008-04-10
10
- * Keita Yamaguchi
14
+ * Keita Yamaguchi:
11
15
  * Fixed some bugs
12
16
 
13
17
  == 001: 2008-04-10
14
18
 
15
- * Keita Yamaguchi
19
+ * Keita Yamaguchi:
16
20
  * Initial release
data/README.txt CHANGED
@@ -4,7 +4,7 @@ Author:: Keita Yamaguchi(山口 慶太) <keita.yamaguchi@gmail.com>
4
4
  Copyright:: © Keita Yamaguchi, 2007ー2008. All rights reserved.
5
5
  License:: Ruby License
6
6
 
7
- RTask provides useful Rake tasks for releasing ruby's gem package.
7
+ RTask provides easy way to release Ruby’s gem packages. This also provides useful Rake tasks for releasing packages and uploading documents.
8
8
 
9
9
  == Usage
10
10
 
@@ -13,6 +13,7 @@ See {the document}[http://github.com/keita/rtask/wikis].
13
13
  == Links
14
14
 
15
15
  * RTask
16
+ * {RubyForge}[http://rubyforge.org/projects/rtask/]
16
17
  * {GitHub}[http://github.com/keita/rtask/tree/master]
17
18
  * {Gemify}[http://dojo.rubyforge.org/gemify/] : RTask is developed for using with Gemify.
18
19
  * author's blog(written in Japanese)
File without changes
@@ -24,7 +24,7 @@ require 'gemify'
24
24
  # rake tgz # Create the tgz package
25
25
  #
26
26
  class RTask
27
- VERSION = "3"
27
+ VERSION = "005"
28
28
 
29
29
  attr_reader :project, :package, :version
30
30
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtask
3
3
  version: !ruby/object:Gem::Version
4
- version: "004"
4
+ version: "005"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keita Yamaguchi
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-04-11 00:00:00 +09:00
12
+ date: 2008-04-12 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -33,7 +33,7 @@ dependencies:
33
33
  description:
34
34
  email: keita.yamaguchi@gmail.com
35
35
  executables:
36
- - rtask.rb
36
+ - rtask
37
37
  extensions: []
38
38
 
39
39
  extra_rdoc_files: []
@@ -43,7 +43,7 @@ files:
43
43
  - README.txt
44
44
  - License.txt
45
45
  - Rakefile
46
- - bin/rtask.rb
46
+ - bin/rtask
47
47
  - lib/rtask.rb
48
48
  - setup.rb
49
49
  has_rdoc: true