djwrapper 0.0.2 → 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.
- data/Rakefile +0 -1
- data/lib/djwrapper.rb +1 -1
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -12,7 +12,6 @@ Hoe.plugin :newgem
|
|
|
12
12
|
# Run 'rake -T' to see list of generated tasks (from gem root directory)
|
|
13
13
|
$hoe = Hoe.spec 'djwrapper' do
|
|
14
14
|
self.developer 'Commander Johnson', 'commanderjohnson@gmail.com'
|
|
15
|
-
self.post_install_message = 'PostInstall.txt' # TODO remove if post-install message not required
|
|
16
15
|
self.rubyforge_name = self.name # TODO this is default value
|
|
17
16
|
self.extra_deps = [[ 'delayed_job', ">= 0.0.1" ]]
|
|
18
17
|
end
|
data/lib/djwrapper.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: djwrapper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Commander Johnson
|
|
@@ -113,7 +113,7 @@ files:
|
|
|
113
113
|
homepage: http://github.com/cmdjohnson/djwrapper
|
|
114
114
|
licenses: []
|
|
115
115
|
|
|
116
|
-
post_install_message:
|
|
116
|
+
post_install_message:
|
|
117
117
|
rdoc_options:
|
|
118
118
|
- --main
|
|
119
119
|
- README.rdoc
|