snapdragon 0.1.0 → 0.1.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.
@@ -0,0 +1,9 @@
1
+ #
2
+ # DO NOT Edit this file. Canonical version of Jasmine lives in the repo's package.json. This file is generated
3
+ # by a grunt task when the standalone release is built.
4
+ #
5
+ module Jasmine
6
+ module Core
7
+ VERSION = "2.0.0.alpha"
8
+ end
9
+ end
@@ -1,3 +1,3 @@
1
1
  module Snapdragon
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/snapdragon.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = "http://github.com/reachlocal/snapdragon"
14
14
  spec.license = "MIT"
15
15
 
16
- spec.files = `git ls-files`.split($/)
16
+ spec.files = `git ls-files`.split($/) + Dir.glob('lib/jasmine/lib/jasmine-core/**/*')
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snapdragon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew De Ponte
@@ -149,6 +149,17 @@ files:
149
149
  - spec/lib/snapdragon/spec_file_spec.rb
150
150
  - spec/lib/snapdragon/suite_spec.rb
151
151
  - spec/spec_helper.rb
152
+ - lib/jasmine/lib/jasmine-core/boot/boot.js
153
+ - lib/jasmine/lib/jasmine-core/boot.js
154
+ - lib/jasmine/lib/jasmine-core/example/spec/PlayerSpec.js
155
+ - lib/jasmine/lib/jasmine-core/example/spec/SpecHelper.js
156
+ - lib/jasmine/lib/jasmine-core/example/src/Player.js
157
+ - lib/jasmine/lib/jasmine-core/example/src/Song.js
158
+ - lib/jasmine/lib/jasmine-core/jasmine-html.js
159
+ - lib/jasmine/lib/jasmine-core/jasmine.css
160
+ - lib/jasmine/lib/jasmine-core/jasmine.js
161
+ - lib/jasmine/lib/jasmine-core/json2.js
162
+ - lib/jasmine/lib/jasmine-core/version.rb
152
163
  homepage: http://github.com/reachlocal/snapdragon
153
164
  licenses:
154
165
  - MIT