vero 0.5.7 → 0.5.8
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/Gemfile.lock +13 -13
- data/lib/vero/version.rb +1 -1
- data/vero.gemspec +5 -5
- metadata +9 -7
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
vero (0.5.
|
|
5
|
-
girl_friday
|
|
4
|
+
vero (0.5.8)
|
|
5
|
+
girl_friday (~> 0.11.2)
|
|
6
6
|
json
|
|
7
7
|
rest-client
|
|
8
8
|
|
|
@@ -41,15 +41,15 @@ GEM
|
|
|
41
41
|
connection_pool (1.0.0)
|
|
42
42
|
delayed_job (3.0.5)
|
|
43
43
|
activesupport (~> 3.0)
|
|
44
|
-
delayed_job_active_record (0.4.
|
|
44
|
+
delayed_job_active_record (0.4.4)
|
|
45
45
|
activerecord (>= 2.1.0, < 4)
|
|
46
46
|
delayed_job (~> 3.0)
|
|
47
|
-
diff-lcs (1.2.
|
|
47
|
+
diff-lcs (1.2.4)
|
|
48
48
|
erubis (2.7.0)
|
|
49
49
|
girl_friday (0.11.2)
|
|
50
50
|
connection_pool (~> 1.0)
|
|
51
51
|
rubinius-actor
|
|
52
|
-
hike (1.2.
|
|
52
|
+
hike (1.2.2)
|
|
53
53
|
i18n (0.6.1)
|
|
54
54
|
journey (1.0.4)
|
|
55
55
|
json (1.7.7)
|
|
@@ -57,8 +57,8 @@ GEM
|
|
|
57
57
|
i18n (>= 0.4.0)
|
|
58
58
|
mime-types (~> 1.16)
|
|
59
59
|
treetop (~> 1.4.8)
|
|
60
|
-
mime-types (1.
|
|
61
|
-
mono_logger (1.0.
|
|
60
|
+
mime-types (1.23)
|
|
61
|
+
mono_logger (1.0.1)
|
|
62
62
|
multi_json (1.7.2)
|
|
63
63
|
polyglot (0.3.3)
|
|
64
64
|
rack (1.4.5)
|
|
@@ -85,13 +85,13 @@ GEM
|
|
|
85
85
|
rake (>= 0.8.7)
|
|
86
86
|
rdoc (~> 3.4)
|
|
87
87
|
thor (>= 0.14.6, < 2.0)
|
|
88
|
-
rake (10.0.
|
|
88
|
+
rake (10.0.4)
|
|
89
89
|
rdoc (3.12.2)
|
|
90
90
|
json (~> 1.4)
|
|
91
|
-
redis (3.0.
|
|
91
|
+
redis (3.0.4)
|
|
92
92
|
redis-namespace (1.2.1)
|
|
93
93
|
redis (~> 3.0.0)
|
|
94
|
-
resque (1.24.
|
|
94
|
+
resque (1.24.1)
|
|
95
95
|
mono_logger (~> 1.0)
|
|
96
96
|
multi_json (~> 1.0)
|
|
97
97
|
redis-namespace (~> 1.2)
|
|
@@ -106,7 +106,7 @@ GEM
|
|
|
106
106
|
rspec-core (2.13.1)
|
|
107
107
|
rspec-expectations (2.13.0)
|
|
108
108
|
diff-lcs (>= 1.1.3, < 2.0)
|
|
109
|
-
rspec-mocks (2.13.
|
|
109
|
+
rspec-mocks (2.13.1)
|
|
110
110
|
rubinius-actor (0.0.2)
|
|
111
111
|
rubinius-core-api
|
|
112
112
|
rubinius-core-api (0.0.1)
|
|
@@ -119,8 +119,8 @@ GEM
|
|
|
119
119
|
multi_json (~> 1.0)
|
|
120
120
|
rack (~> 1.0)
|
|
121
121
|
tilt (~> 1.1, != 1.3.0)
|
|
122
|
-
thor (0.
|
|
123
|
-
tilt (1.3.
|
|
122
|
+
thor (0.18.1)
|
|
123
|
+
tilt (1.3.7)
|
|
124
124
|
treetop (1.4.12)
|
|
125
125
|
polyglot
|
|
126
126
|
polyglot (>= 0.3.1)
|
data/lib/vero/version.rb
CHANGED
data/vero.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.email = "support@getvero.com"
|
|
12
12
|
s.homepage = "http://www.getvero.com/"
|
|
13
13
|
s.authors = ['James Lamont']
|
|
14
|
-
|
|
14
|
+
|
|
15
15
|
dependencies = [
|
|
16
16
|
[:development, 'rails', "> 3"],
|
|
17
17
|
[:development, 'rspec'],
|
|
@@ -20,19 +20,19 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
[:development, 'resque'],
|
|
21
21
|
[:runtime, 'json'],
|
|
22
22
|
[:runtime, 'rest-client'],
|
|
23
|
-
[:runtime, 'girl_friday']
|
|
23
|
+
[:runtime, 'girl_friday', "~> 0.11.2"]
|
|
24
24
|
]
|
|
25
|
-
|
|
25
|
+
|
|
26
26
|
s.files = Dir['**/*']
|
|
27
27
|
s.test_files = Dir['test/**/*'] + Dir['spec/**/*']
|
|
28
28
|
s.executables = Dir['bin/*'].map { |f| File.basename(f) }
|
|
29
29
|
s.require_paths = ["lib"]
|
|
30
|
-
|
|
30
|
+
|
|
31
31
|
## Make sure you can build the gem on older versions of RubyGems too:
|
|
32
32
|
s.rubygems_version = "1.8.23"
|
|
33
33
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
34
34
|
s.specification_version = 3 if s.respond_to? :specification_version
|
|
35
|
-
|
|
35
|
+
|
|
36
36
|
dependencies.each do |type, name, version|
|
|
37
37
|
if s.respond_to?("add_#{type}_dependency")
|
|
38
38
|
s.send("add_#{type}_dependency", name, version)
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vero
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 0.5.
|
|
9
|
+
- 8
|
|
10
|
+
version: 0.5.8
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- James Lamont
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2013-04-
|
|
18
|
+
date: 2013-04-29 00:00:00 +10:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -122,12 +122,14 @@ dependencies:
|
|
|
122
122
|
requirement: &id008 !ruby/object:Gem::Requirement
|
|
123
123
|
none: false
|
|
124
124
|
requirements:
|
|
125
|
-
- -
|
|
125
|
+
- - ~>
|
|
126
126
|
- !ruby/object:Gem::Version
|
|
127
|
-
hash:
|
|
127
|
+
hash: 55
|
|
128
128
|
segments:
|
|
129
129
|
- 0
|
|
130
|
-
|
|
130
|
+
- 11
|
|
131
|
+
- 2
|
|
132
|
+
version: 0.11.2
|
|
131
133
|
type: :runtime
|
|
132
134
|
version_requirements: *id008
|
|
133
135
|
description:
|