ninjs 0.16.6 → 0.16.7

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/VERSION +1 -1
  2. data/lib/ninjs/project.rb +0 -1
  3. data/ninjs.gemspec +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.16.6
1
+ 0.16.7
data/lib/ninjs/project.rb CHANGED
@@ -171,7 +171,6 @@ module Ninjs
171
171
 
172
172
  def update_application_file
173
173
  application_file = "#{@root}/#{@config.dest_dir}/#{@config.name.downcase}.js"
174
- puts application_file
175
174
  File.open(application_file, "w+") do |file|
176
175
  write_dependencies(file)
177
176
  write_core(file)
data/ninjs.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "ninjs"
8
- s.version = "0.16.6"
8
+ s.version = "0.16.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dayton Nolan"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ninjs
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.16.6
5
+ version: 0.16.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dayton Nolan
@@ -363,7 +363,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
363
363
  requirements:
364
364
  - - ">="
365
365
  - !ruby/object:Gem::Version
366
- hash: 1943754164609095419
366
+ hash: 4431854369718109698
367
367
  segments:
368
368
  - 0
369
369
  version: "0"