berlin-ai 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/berlin-ai.gemspec +2 -2
- data/lib/version.rb +1 -1
- metadata +34 -8
data/berlin-ai.gemspec
CHANGED
@@ -14,8 +14,8 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.summary = "Berlin Artificial Intelligence"
|
15
15
|
s.description = "Berlin Artificial Intelligence"
|
16
16
|
|
17
|
-
s.
|
18
|
-
s.
|
17
|
+
s.add_dependency 'sinatra'
|
18
|
+
s.add_dependency 'yajl-ruby'
|
19
19
|
|
20
20
|
s.files = [
|
21
21
|
'LICENSE',
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: berlin-ai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Christian Blais
|
@@ -19,8 +19,35 @@ cert_chain: []
|
|
19
19
|
|
20
20
|
date: 2011-05-19 00:00:00 -04:00
|
21
21
|
default_executable:
|
22
|
-
dependencies:
|
23
|
-
|
22
|
+
dependencies:
|
23
|
+
- !ruby/object:Gem::Dependency
|
24
|
+
name: sinatra
|
25
|
+
prerelease: false
|
26
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
27
|
+
none: false
|
28
|
+
requirements:
|
29
|
+
- - ">="
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
hash: 3
|
32
|
+
segments:
|
33
|
+
- 0
|
34
|
+
version: "0"
|
35
|
+
type: :runtime
|
36
|
+
version_requirements: *id001
|
37
|
+
- !ruby/object:Gem::Dependency
|
38
|
+
name: yajl-ruby
|
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
|
24
51
|
description: Berlin Artificial Intelligence
|
25
52
|
email:
|
26
53
|
- christ.blais@gmail.com
|
@@ -70,9 +97,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
97
|
segments:
|
71
98
|
- 0
|
72
99
|
version: "0"
|
73
|
-
requirements:
|
74
|
-
|
75
|
-
- yajl-ruby
|
100
|
+
requirements: []
|
101
|
+
|
76
102
|
rubyforge_project:
|
77
103
|
rubygems_version: 1.6.2
|
78
104
|
signing_key:
|