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 +4 -4
- data/ChangeLog.markdown +5 -0
- data/LICENSE.txt +24 -0
- data/README.markdown +6 -0
- data/lib/snapdragon/suite.rb +0 -1
- data/lib/snapdragon/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6d78f2da8672ee4c5b730303dd01e410f84ca7a
|
4
|
+
data.tar.gz: 0091e72884bc05dfb0add07e0d4be746779c84f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/lib/snapdragon/suite.rb
CHANGED
data/lib/snapdragon/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2013-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capybara
|