raus22-jspec 2.0.6 → 2.0.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 (3) hide show
  1. data/bin/jspec +2 -2
  2. data/jspec.gemspec +1 -1
  3. metadata +1 -1
data/bin/jspec CHANGED
@@ -10,9 +10,9 @@ require 'fileutils'
10
10
  RHINO = 'java org.mozilla.javascript.tools.shell.Main'
11
11
  program = {}
12
12
  program[:name] = 'JSpec'
13
- program[:version] = '2.0.5'
13
+ program[:version] = '2.0.7'
14
14
  program[:description] = 'JavaScript BDD Testing Framework'
15
- default_command :bind
15
+ #default_command :bind
16
16
 
17
17
  command :init do |c|
18
18
  c.syntax = 'jspec init [dest]'
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{jspec}
5
- s.version = "2.0.6"
5
+ s.version = "2.0.7"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["visionmedia raus22"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raus22-jspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - visionmedia raus22