crystal 0.0.2 → 0.0.3
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 cc0b74e32ae045d3208839aa91d0dc94f5ea4c09
|
|
1
|
+
Subproject commit cc0b74e32ae045d3208839aa91d0dc94f5ea4c09-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: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alexey Petrushin
|
|
@@ -16,13 +16,44 @@ bindir: bin
|
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
18
|
date: 2010-06-05 00:00:00 +04:00
|
|
19
|
-
default_executable:
|
|
20
|
-
dependencies:
|
|
21
|
-
|
|
19
|
+
default_executable: crystal_new
|
|
20
|
+
dependencies:
|
|
21
|
+
- !ruby/object:Gem::Dependency
|
|
22
|
+
name: activesupport
|
|
23
|
+
prerelease: false
|
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - "="
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
hash: 9
|
|
30
|
+
segments:
|
|
31
|
+
- 2
|
|
32
|
+
- 3
|
|
33
|
+
- 5
|
|
34
|
+
version: 2.3.5
|
|
35
|
+
type: :runtime
|
|
36
|
+
version_requirements: *id001
|
|
37
|
+
- !ruby/object:Gem::Dependency
|
|
38
|
+
name: ruby-ext
|
|
39
|
+
prerelease: false
|
|
40
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
42
|
+
requirements:
|
|
43
|
+
- - ">="
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
hash: 3
|
|
46
|
+
segments:
|
|
47
|
+
- 0
|
|
48
|
+
version: "0"
|
|
49
|
+
type: :runtime
|
|
50
|
+
version_requirements: *id002
|
|
22
51
|
description: Crystal - Ruby Web Framework
|
|
23
52
|
email:
|
|
24
|
-
executables:
|
|
25
|
-
|
|
53
|
+
executables:
|
|
54
|
+
- crystal_console
|
|
55
|
+
- crystal_new
|
|
56
|
+
- crystal_server
|
|
26
57
|
extensions: []
|
|
27
58
|
|
|
28
59
|
extra_rdoc_files: []
|
|
@@ -102,6 +133,9 @@ files:
|
|
|
102
133
|
- .git/objects/fc/794047fc246572581a7fdce016e1be6b8ab61a
|
|
103
134
|
- .git/refs/heads/master
|
|
104
135
|
- .git/refs/remotes/origin/master
|
|
136
|
+
- bin/crystal_console
|
|
137
|
+
- bin/crystal_new
|
|
138
|
+
- bin/crystal_server
|
|
105
139
|
has_rdoc: true
|
|
106
140
|
homepage: http://github.com/alexeypetrushin/crystal
|
|
107
141
|
licenses: []
|