jsdj 0.0.5 → 0.0.6
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.
- checksums.yaml +4 -4
- data/Gemfile +4 -0
- data/Gemfile.lock +51 -0
- data/lib/jsdj/version.rb +1 -1
- data/tmp +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72e2d3f7b27879b34e1d2c280632f7588f336d46
|
|
4
|
+
data.tar.gz: 364b92f7d1ee412cafd5e134fb92ed88b9305cf7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 451c2763265803a3b014475a52362298c2e1c62592cca7d95568571f58439e29bb8ab6248f8276d526c8164432e88627891fa6c980c65c4c8475acec81e7de5d
|
|
7
|
+
data.tar.gz: ceaebfc441deac3ddb04ac8914a0f621c6e17cc86291a6d74627fe95ee24ea50431e121b56d6e83f8c882fa75ed507ce7a084fad0cb889944c5344bbff7f40f1
|
data/Gemfile
ADDED
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
jsdj (0.0.6)
|
|
5
|
+
therubyracer (~> 0.12)
|
|
6
|
+
|
|
7
|
+
GEM
|
|
8
|
+
remote: https://rubygems.org/
|
|
9
|
+
specs:
|
|
10
|
+
coderay (1.1.0)
|
|
11
|
+
diff-lcs (1.2.5)
|
|
12
|
+
libv8 (3.16.14.11)
|
|
13
|
+
method_source (0.8.2)
|
|
14
|
+
pry (0.10.1)
|
|
15
|
+
coderay (~> 1.1.0)
|
|
16
|
+
method_source (~> 0.8.1)
|
|
17
|
+
slop (~> 3.4)
|
|
18
|
+
rake (10.4.2)
|
|
19
|
+
ref (2.0.0)
|
|
20
|
+
rspec (3.3.0)
|
|
21
|
+
rspec-core (~> 3.3.0)
|
|
22
|
+
rspec-expectations (~> 3.3.0)
|
|
23
|
+
rspec-mocks (~> 3.3.0)
|
|
24
|
+
rspec-core (3.3.1)
|
|
25
|
+
rspec-support (~> 3.3.0)
|
|
26
|
+
rspec-expectations (3.3.0)
|
|
27
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
28
|
+
rspec-support (~> 3.3.0)
|
|
29
|
+
rspec-mocks (3.3.1)
|
|
30
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
31
|
+
rspec-support (~> 3.3.0)
|
|
32
|
+
rspec-support (3.3.0)
|
|
33
|
+
slop (3.6.0)
|
|
34
|
+
therubyracer (0.12.2)
|
|
35
|
+
libv8 (~> 3.16.14.0)
|
|
36
|
+
ref
|
|
37
|
+
webrick (1.3.1)
|
|
38
|
+
|
|
39
|
+
PLATFORMS
|
|
40
|
+
ruby
|
|
41
|
+
|
|
42
|
+
DEPENDENCIES
|
|
43
|
+
bundler (~> 1.6)
|
|
44
|
+
jsdj!
|
|
45
|
+
pry (~> 0.1)
|
|
46
|
+
rake (~> 10.3)
|
|
47
|
+
rspec (~> 3.2)
|
|
48
|
+
webrick (~> 1.3)
|
|
49
|
+
|
|
50
|
+
BUNDLED WITH
|
|
51
|
+
1.10.3
|
data/lib/jsdj/version.rb
CHANGED
data/tmp
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jsdj
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- seo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -103,6 +103,8 @@ extra_rdoc_files: []
|
|
|
103
103
|
files:
|
|
104
104
|
- ".gitignore"
|
|
105
105
|
- ".travis.yml"
|
|
106
|
+
- Gemfile
|
|
107
|
+
- Gemfile.lock
|
|
106
108
|
- LICENSE
|
|
107
109
|
- README.md
|
|
108
110
|
- Rakefile
|