snapdragon 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8c647d99a8ff9d5901d9f04c740dbcd44a69d2ed
4
- data.tar.gz: 2dd56c5c44b89a6c095177f6d6c76e3ee8e42902
3
+ metadata.gz: a6d78f2da8672ee4c5b730303dd01e410f84ca7a
4
+ data.tar.gz: 0091e72884bc05dfb0add07e0d4be746779c84f9
5
5
  SHA512:
6
- metadata.gz: 8a5ed874e835d8eab0b2c7dafb93589fcb1fbeacd140422548b7e7b68e4d3e2c567d8ecc1cbd7179ef85f218c56c2dd82eaa4372bf10e55dea947c0e8487df1b
7
- data.tar.gz: 5ea832633662226599029731286da72d534c48e21d4e637afff8b463af19509fc1bd6084dbab3442153364d96bafc615a5639b2fc2fa572c51c4dad03dddbcbd
6
+ metadata.gz: 1075c83b6c3962494c0f1aa6e109ba69754c0fa1a6558765b65fd3e951e8a995cb60caad22cfbfeee277feba147fcce4c7cc2812b0b69ee921c4bbd508c205f5
7
+ data.tar.gz: cc86d0894d8f30304c454c24d797c9688da3d89ebad9f42d3c4cfb69e2fa502349730fbcf9012b3b7c9df86549c557f5ae6ad67c2d5f79a7809b5fbb864cbcd4
data/ChangeLog.markdown CHANGED
@@ -6,6 +6,11 @@ versions as well as provide a rough history.
6
6
 
7
7
  #### Next Release
8
8
 
9
+ #### v0.1.8
10
+
11
+ * removed debug puts statements that were left in
12
+ * added the Jasmine license info to LICENSE since we package Jasmine
13
+
9
14
  #### v0.1.7
10
15
 
11
16
  * made require_relative directives work inside of required files
data/LICENSE.txt CHANGED
@@ -20,3 +20,27 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
20
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
21
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
22
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+ Snapdragon includes parts of Jasmine in it. Jasmine is released under the
25
+ following license.
26
+
27
+ Copyright (c) 2008-2011 Pivotal Labs
28
+
29
+ Permission is hereby granted, free of charge, to any person obtaining
30
+ a copy of this software and associated documentation files (the
31
+ "Software"), to deal in the Software without restriction, including
32
+ without limitation the rights to use, copy, modify, merge, publish,
33
+ distribute, sublicense, and/or sell copies of the Software, and to
34
+ permit persons to whom the Software is furnished to do so, subject to
35
+ the following conditions:
36
+
37
+ The above copyright notice and this permission notice shall be
38
+ included in all copies or substantial portions of the Software.
39
+
40
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
41
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
42
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
43
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
44
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
45
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
46
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.markdown CHANGED
@@ -225,6 +225,12 @@ describe("Hoopty", function() {
225
225
  Information on notable changes in each release can be found in the
226
226
  [ChangeLog](http://github.com/reachlocal/snapdragon/blob/master/ChangeLog.markdown).
227
227
 
228
+ ## IRC Channel
229
+
230
+ We have a persistent IRC channel (**#snapdragon-js**) on
231
+ [freenode](http://freenode.net/). Feel free to join it and ask questions, make
232
+ suggestions, talk with developers, or just hang out.
233
+
228
234
  ## The Back Story
229
235
 
230
236
  If you have ever used [Jasmine](http://pivotal.github.io/jasmine/) for your
@@ -26,7 +26,6 @@ module Snapdragon
26
26
  require_files.each do |file|
27
27
  paths << file.relative_url_path
28
28
  end
29
- puts "DREW: paths = #{paths.inspect}"
30
29
  return paths
31
30
  end
32
31
 
@@ -1,3 +1,3 @@
1
1
  module Snapdragon
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snapdragon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew De Ponte
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-21 00:00:00.000000000 Z
11
+ date: 2013-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara