trinidad_daemon_extension 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/Rakefile +3 -0
- data/lib/trinidad_daemon_extension.rb +1 -1
- data/trinidad-libs/trinidad-daemon-extension.jar +0 -0
- data/trinidad_daemon_extension.gemspec +2 -2
- metadata +2 -2
data/History.txt
CHANGED
data/Rakefile
CHANGED
@@ -106,6 +106,9 @@ task :build => ['ant:build', 'gemspec'] do
|
|
106
106
|
sh "mv #{gem_file} pkg"
|
107
107
|
end
|
108
108
|
|
109
|
+
task :install => :build do
|
110
|
+
sh "gem install pkg/#{name}-#{version}.gem"
|
111
|
+
end
|
109
112
|
task :gemspec => :validate do
|
110
113
|
# read spec file and split out manifest section
|
111
114
|
spec = File.read(gemspec_file)
|
Binary file
|
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
|
|
13
13
|
## If your rubyforge_project name is different, then edit it and comment out
|
14
14
|
## the sub! line in the Rakefile
|
15
15
|
s.name = 'trinidad_daemon_extension'
|
16
|
-
s.version = '0.2.
|
17
|
-
s.date = '2011-
|
16
|
+
s.version = '0.2.8'
|
17
|
+
s.date = '2011-04-05'
|
18
18
|
s.rubyforge_project = 'trinidad_daemon_extension'
|
19
19
|
|
20
20
|
## Make sure your summary is short. The description may be as long
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: trinidad_daemon_extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.2.
|
5
|
+
version: 0.2.8
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- David Calavera
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-
|
13
|
+
date: 2011-04-05 00:00:00 -07:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|