smart_asset 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.
@@ -1,3 +1,3 @@
1
1
  class SmartAsset
2
- VERSION = "0.4.0" unless defined?(::SmartAsset::VERSION)
2
+ VERSION = "0.4.1" unless defined?(::SmartAsset::VERSION)
3
3
  end
data/lib/smart_asset.rb CHANGED
@@ -103,7 +103,6 @@ class SmartAsset
103
103
 
104
104
  # Write version yaml file
105
105
  if @config[type]
106
- puts version_path
107
106
  File.open(version_path, 'w') { |f| f.write(YAML::dump(@config[type])) }
108
107
  end
109
108
  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
  - Winton Welsh