jasmine-init 1.0.0

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. checksums.yaml +7 -0
  2. data/bin/jasmine-init +3 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 923341a585ec86f3057ac7465db17d57f677fc35
4
+ data.tar.gz: bd99ca2bfceeefdfe96c7368d95c95fb7dbf1070
5
+ SHA512:
6
+ metadata.gz: f5127c9a8de2c0236aec47d63f29c818009d46be82160763e84e21edd369b13d3add29203879da6405d6f017a2bda5c547a6f5a52bf6af4630b9b27659288b83
7
+ data.tar.gz: 68c6f89882cd56f778abeae4447776ebb13ca45975d55a9035ade1e57b3af37fa1fba2ffbae57069edaf73e0ab009752921c76cbfb80921323411fe8a491267d
data/bin/jasmine-init ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env bash
2
+
3
+ bash <(curl -s https://raw.github.com/h4w5/jasmine-init/master/jasmine-init.sh)
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jasmine-init
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - PJ Hughes
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-03-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ executables:
16
+ - jasmine-init
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/jasmine-init
21
+ homepage:
22
+ licenses: []
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.2.1
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Downloads and builds a basic directory structure for Jasmine.
44
+ test_files: []