lib/joosy.rb in joosy-1.2.0.alpha.14 vs lib/joosy.rb in joosy-1.2.0.alpha.15
- old
+ new
@@ -1,11 +1,6 @@
require 'json'
-begin
- require 'haml_coffee_assets'
-rescue Gem::LoadError # This is required for the first bundle run
-end
-
module Joosy
PACKAGE = File.expand_path("../../package.json", __FILE__)
# Converting semver to the notation compatible with rubygems
VERSION = JSON.parse(File.read(PACKAGE))['version'].gsub '-', '.'
\ No newline at end of file