golf 0.4.0 → 0.4.1

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/lib/golf/compiler.rb CHANGED
@@ -9,7 +9,6 @@ module Golf
9
9
  puts "golf #{Golf::VERSION}: starting compiler in #{@golfpath}..."
10
10
  components = "#{@golfpath}/components"
11
11
  puts "golf #{Golf::VERSION}: is valid golfapp?: #{File.exists?(components)}"
12
- traverse_ls(@golfpath)
13
12
  end
14
13
 
15
14
  def generate_componentsjs
data/lib/golf/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Golf
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 0
9
- version: 0.4.0
8
+ - 1
9
+ version: 0.4.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Micha Niskin, Alan Dipert, Julio Capote