thorero 0.9.4.1 → 0.9.4.2

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/Rakefile +6 -11
  2. metadata +1 -1
data/Rakefile CHANGED
@@ -12,22 +12,17 @@ ROOT = Pathname(__FILE__).dirname.expand_path
12
12
 
13
13
  AUTHOR = "Test test"
14
14
  EMAIL = "test test@gmail.com"
15
- GEM_NAME = "thorero"
16
- GEM_VERSION = Extlib::VERSION
17
- GEM_DEPENDENCIES = [["english", ">=0.2.0"]]
18
- GEM_CLEAN = "*.gem", "**/.DS_Store"
19
- GEM_EXTRAS = { :has_rdoc => false }
20
-
21
- PROJECT_NAME = "thorero"
22
- PROJECT_URL = "http://thorero.rubyforge.org"
23
- PROJECT_DESCRIPTION = PROJECT_SUMMARY = "test releases task"
15
+
16
+ GEM_NAME = "thorero"
17
+ GEM_VERSION = Extlib::VERSION
24
18
 
25
19
  RUBY_FORGE_PROJECT = "thorero"
20
+ PROJECT_URL = "http://thorero.rubyforge.org"
21
+ PROJECT_DESCRIPTION = PROJECT_SUMMARY = "test releases task"
26
22
 
27
- PKG_NAME = 'thorero'
23
+ PKG_NAME = GEM_NAME
28
24
  PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
29
25
  PKG_VERSION = Extlib::VERSION + PKG_BUILD
30
- PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
31
26
 
32
27
  RELEASE_NAME = "REL #{PKG_VERSION}"
33
28
  RUBY_FORGE_USER = "webster132"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thorero
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4.1
4
+ version: 0.9.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Test test