Justicar 1.0.0 → 1.0.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.mdown +1 -1
- data/lib/Justicar/version.rb +1 -1
- data/template/Gemfile +3 -1
- metadata +1 -2
- data/template/Gemfile.lock +0 -29
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85d3d8d716701511ea15be92cdc99a55072a43f2b4f5f755eb43d904653f63ae
|
|
4
|
+
data.tar.gz: cf17e0bfc411d56b09e2f62dc9ba8191fffda95ba2a622a0dd0f70b362bb67d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22f6291626fb0f9bcf24424b618bf2c3d9bf5313ee82b149701f0ae60cf01c2c5f193190e26c3f2c90514f8cb43e3d78542548fbeb3c8a7d6a09b36f7b7981a0
|
|
7
|
+
data.tar.gz: ca15c21f90c17c5977f2fa69f20716999bf6c16a534ba5466f84776b87be9070a746dbdf51de75ceca172f0d397066b4bcdb0a88efb5887ae6a45a1e372982e2
|
data/CHANGELOG.md
CHANGED
data/README.mdown
CHANGED
|
@@ -27,7 +27,7 @@ $ rake serve # <- locally host the project
|
|
|
27
27
|
|
|
28
28
|
### How it works when your run `rake serve`:
|
|
29
29
|
|
|
30
|
-
1.
|
|
30
|
+
1. Preprocess special files in Source Dir
|
|
31
31
|
2. Process remaining files in Source Dir
|
|
32
32
|
3. Copy Public Dir to Build Dir
|
|
33
33
|
4. Write the Source Hash into Build Dir
|
data/lib/Justicar/version.rb
CHANGED
data/template/Gemfile
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: Justicar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- _Tradam
|
|
@@ -72,7 +72,6 @@ files:
|
|
|
72
72
|
- lib/Justicar/version.rb
|
|
73
73
|
- sig/Justicar.rbs
|
|
74
74
|
- template/Gemfile
|
|
75
|
-
- template/Gemfile.lock
|
|
76
75
|
- template/Rakefile
|
|
77
76
|
- template/public/favicon.ico
|
|
78
77
|
- template/public/justicar.png
|
data/template/Gemfile.lock
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
GEM
|
|
2
|
-
remote: https://rubygems.org/
|
|
3
|
-
specs:
|
|
4
|
-
Justicar (0.1.0)
|
|
5
|
-
opal (~> 1.5)
|
|
6
|
-
opal-browser (~> 0.3.3)
|
|
7
|
-
paggio (~> 0.3.0)
|
|
8
|
-
ast (2.4.2)
|
|
9
|
-
opal (1.5.0)
|
|
10
|
-
ast (>= 2.3.0)
|
|
11
|
-
parser (~> 3.0, >= 3.0.3.2)
|
|
12
|
-
opal-browser (0.3.3)
|
|
13
|
-
opal (>= 1.0, < 2.0)
|
|
14
|
-
paggio (>= 0.3.0)
|
|
15
|
-
paggio (0.3.0)
|
|
16
|
-
parser (3.1.2.0)
|
|
17
|
-
ast (~> 2.4.1)
|
|
18
|
-
webrick (1.7.0)
|
|
19
|
-
|
|
20
|
-
PLATFORMS
|
|
21
|
-
x86_64-linux
|
|
22
|
-
|
|
23
|
-
DEPENDENCIES
|
|
24
|
-
Justicar (~> 0.1.0)
|
|
25
|
-
opal-browser (~> 0.3.3)
|
|
26
|
-
webrick (~> 1.7)
|
|
27
|
-
|
|
28
|
-
BUNDLED WITH
|
|
29
|
-
2.3.12
|