crystal 0.0.9 → 0.0.10
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.
data
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Subproject commit
|
|
1
|
+
Subproject commit 7a64ac4146eb137a2667085fbddfea97cc727bb7-dirty
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: crystal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 11
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 10
|
|
10
|
+
version: 0.0.10
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alexey Petrushin
|
|
@@ -60,6 +60,17 @@ files:
|
|
|
60
60
|
- rakefile
|
|
61
61
|
- readme.md
|
|
62
62
|
- .gitignore
|
|
63
|
+
- lib/crystal/core/config.rb
|
|
64
|
+
- lib/crystal/core/crystal.rb
|
|
65
|
+
- lib/crystal/core/remote.rb
|
|
66
|
+
- lib/crystal/core/router.rb
|
|
67
|
+
- lib/crystal/core/scopes.rb
|
|
68
|
+
- lib/crystal/rack/adapter.rb
|
|
69
|
+
- lib/crystal/rack/middleware/static_files.rb
|
|
70
|
+
- lib/crystal/rack/rack_app.rb
|
|
71
|
+
- lib/crystal/rack/support.rb
|
|
72
|
+
- lib/crystal/support/active_support.rb
|
|
73
|
+
- lib/crystal.rb
|
|
63
74
|
- .git/COMMIT_EDITMSG
|
|
64
75
|
- .git/config
|
|
65
76
|
- .git/description
|
|
@@ -124,6 +135,7 @@ files:
|
|
|
124
135
|
- .git/objects/49/22dc7ff543c31059ef3979c51ab36cdf74367e
|
|
125
136
|
- .git/objects/49/3a5d4dfc291e68321e15120dd9ca15388817ff
|
|
126
137
|
- .git/objects/4a/787ce4e048fe15df728e9b5e9170f087b0bcde
|
|
138
|
+
- .git/objects/4b/f9324fefa911db32f9d75461842e3420254e7f
|
|
127
139
|
- .git/objects/4d/ada0b46f7aedd3da02dbec0daef667b3903765
|
|
128
140
|
- .git/objects/50/dfa247b62156c4eb6371c8a68054c63aa1f075
|
|
129
141
|
- .git/objects/53/ae2a3872c30d9242b5ea4a609165c02da18392
|
|
@@ -145,9 +157,11 @@ files:
|
|
|
145
157
|
- .git/objects/68/02f5c496f00787242a9fa1a81eb9847071e076
|
|
146
158
|
- .git/objects/69/b1b39f438eb902f68ddd438119d2e74633d16f
|
|
147
159
|
- .git/objects/6c/a1abc3f9fe344fddcedb7163848fe6111717ae
|
|
160
|
+
- .git/objects/6d/003cf32b629086b5714d3ba0cb6b3ae296ff4e
|
|
148
161
|
- .git/objects/6e/4e5c95547a5e088db2d6a9d3b52c446cfec1fb
|
|
149
162
|
- .git/objects/6f/2b5882b4cb9c2ef42902433076b58ef5ce44b9
|
|
150
163
|
- .git/objects/71/d7d7da97da36d9899873715ccd080c2793cbe9
|
|
164
|
+
- .git/objects/7a/64ac4146eb137a2667085fbddfea97cc727bb7
|
|
151
165
|
- .git/objects/7b/47a3e0c3fb6407567185df38e031cb54179c6e
|
|
152
166
|
- .git/objects/7c/34481a926b48e49767828aa8a3bbeeeb26643e
|
|
153
167
|
- .git/objects/7c/4fb1fb0dfa094010b07e489dd6feaa0b15c316
|