cake 0.4.1 → 0.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 (4) hide show
  1. data/bin/cake +3 -3
  2. data/lib/bake.jar +0 -0
  3. data/lib/cake.jar +0 -0
  4. metadata +4 -4
data/bin/cake CHANGED
@@ -439,7 +439,7 @@ class JVM
439
439
  else
440
440
  Find.find(path) do |f|
441
441
  Find.prune if f == "#{$bakedir}/src/jvm"
442
- files << f if File.exists?(f) and not File.directory?(f)
442
+ files << f if f =~ /\.(clj|class)$/ and File.exists?(f) and not File.directory?(f)
443
443
  end if File.exists?(path)
444
444
  end
445
445
  end
@@ -680,8 +680,8 @@ File.open(project_clj, 'w') do |file|
680
680
  file.write <<END
681
681
  (defproject global "0.0.0"
682
682
  :description "Don't rename this project, though you can change the version to your heart's content."
683
- :dependencies [[clojure "1.2.0-RC2"]
684
- [clojure-contrib "1.2.0-RC2"]])
683
+ :dependencies [[clojure "1.2.0"]
684
+ [clojure-contrib "1.2.0"]])
685
685
  ;;--------------------
686
686
  ;; This is the global cake project. What does that mean?
687
687
  ;; 1. This project is used whenever you run cake outside a project directory.
Binary file
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: 13
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 1
10
- version: 0.4.1
9
+ - 2
10
+ version: 0.4.2
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-18 00:00:00 -07:00
19
+ date: 2010-08-19 00:00:00 -07:00
20
20
  default_executable: cake
21
21
  dependencies: []
22
22