golf 0.3.3 → 0.3.4

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 (3) hide show
  1. data/lib/golf/cli.rb +1 -1
  2. data/lib/golf/version.rb +1 -1
  3. metadata +1 -1
data/lib/golf/cli.rb CHANGED
@@ -36,7 +36,7 @@ module Golf
36
36
  component_name = name
37
37
  package_name = name
38
38
  end
39
- create_file "components/#{package_name}/#{component_name}.html" do
39
+ create_file "golfpp/components/#{package_name}/#{component_name}.html" do
40
40
  File.read(File.expand_path("../../../templates/component/Component.html", __FILE__))
41
41
  end
42
42
  end
data/lib/golf/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Golf
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: golf
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.3
5
+ version: 0.3.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Micha Niskin, Alan Dipert, Julio Capote