cake 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/cake.gemspec +1 -1
- data/lib/bake.jar +0 -0
- data/lib/cake.jar +0 -0
- metadata +5 -5
data/cake.gemspec
CHANGED
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
|
|
5
5
|
s.authors = ['Justin Balthrop', 'Lance Bradley']
|
6
6
|
s.date = Time.now
|
7
7
|
s.default_executable = 'cake'
|
8
|
-
s.summary = '
|
8
|
+
s.summary = 'A tasty build tool and concurrent repl for Clojure.'
|
9
9
|
s.description = "Save your fork, there's cake!"
|
10
10
|
s.email = 'code@justinbalthrop.com'
|
11
11
|
s.executables = ['cake']
|
data/lib/bake.jar
CHANGED
Binary file
|
data/lib/cake.jar
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 7
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 4
|
10
|
+
version: 0.4.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Justin Balthrop
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-08-
|
19
|
+
date: 2010-08-21 00:00:00 -07:00
|
20
20
|
default_executable: cake
|
21
21
|
dependencies: []
|
22
22
|
|
@@ -66,6 +66,6 @@ rubyforge_project: cake
|
|
66
66
|
rubygems_version: 1.3.7
|
67
67
|
signing_key:
|
68
68
|
specification_version: 3
|
69
|
-
summary:
|
69
|
+
summary: A tasty build tool and concurrent repl for Clojure.
|
70
70
|
test_files: []
|
71
71
|
|