maestrano-rails 0.14.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +64 -64
- data/maestrano-rails.gemspec +6 -6
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2739fa3a7a28d9e4ded414d1e1beb8332c5bbf70
|
4
|
+
data.tar.gz: aacd027e81d2d29ac32ab3ca812ae81ba496d2c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12d667b3cce8463833087d949e1b0fa70cd7b9d6cd9bfe7d3f51aa10a772d877af3c3a414d55d09b9fd74dc39305e8e0380d2ac2c9962f60f3f6c89b62bf7a41
|
7
|
+
data.tar.gz: 3ea55ef046bc77df17d09e780454757d43c63f14683a8a01292258774745fbfda536db64067172be5b2c27da385f8bfca7ec49312f16106afcb9cfe1cc6912be
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,72 +1,71 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
actionmailer (4.2.5)
|
5
|
-
actionpack (= 4.2.5)
|
6
|
-
actionview (= 4.2.5)
|
7
|
-
activejob (= 4.2.5)
|
4
|
+
actionmailer (4.2.5.1)
|
5
|
+
actionpack (= 4.2.5.1)
|
6
|
+
actionview (= 4.2.5.1)
|
7
|
+
activejob (= 4.2.5.1)
|
8
8
|
mail (~> 2.5, >= 2.5.4)
|
9
9
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
10
|
-
actionpack (4.2.5)
|
11
|
-
actionview (= 4.2.5)
|
12
|
-
activesupport (= 4.2.5)
|
10
|
+
actionpack (4.2.5.1)
|
11
|
+
actionview (= 4.2.5.1)
|
12
|
+
activesupport (= 4.2.5.1)
|
13
13
|
rack (~> 1.6)
|
14
14
|
rack-test (~> 0.6.2)
|
15
15
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
16
16
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
17
|
-
actionview (4.2.5)
|
18
|
-
activesupport (= 4.2.5)
|
17
|
+
actionview (4.2.5.1)
|
18
|
+
activesupport (= 4.2.5.1)
|
19
19
|
builder (~> 3.1)
|
20
20
|
erubis (~> 2.7.0)
|
21
21
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
22
22
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
23
|
-
activejob (4.2.5)
|
24
|
-
activesupport (= 4.2.5)
|
23
|
+
activejob (4.2.5.1)
|
24
|
+
activesupport (= 4.2.5.1)
|
25
25
|
globalid (>= 0.3.0)
|
26
|
-
activemodel (4.2.5)
|
27
|
-
activesupport (= 4.2.5)
|
26
|
+
activemodel (4.2.5.1)
|
27
|
+
activesupport (= 4.2.5.1)
|
28
28
|
builder (~> 3.1)
|
29
|
-
activerecord (4.2.5)
|
30
|
-
activemodel (= 4.2.5)
|
31
|
-
activesupport (= 4.2.5)
|
29
|
+
activerecord (4.2.5.1)
|
30
|
+
activemodel (= 4.2.5.1)
|
31
|
+
activesupport (= 4.2.5.1)
|
32
32
|
arel (~> 6.0)
|
33
|
-
activesupport (4.2.5)
|
33
|
+
activesupport (4.2.5.1)
|
34
34
|
i18n (~> 0.7)
|
35
35
|
json (~> 1.7, >= 1.7.7)
|
36
36
|
minitest (~> 5.1)
|
37
37
|
thread_safe (~> 0.3, >= 0.3.4)
|
38
38
|
tzinfo (~> 1.1)
|
39
|
-
addressable (2.
|
39
|
+
addressable (2.4.0)
|
40
40
|
arel (6.0.3)
|
41
|
-
bson (1.
|
42
|
-
bson (1.
|
43
|
-
bson_ext (1.
|
44
|
-
bson (~> 1.
|
41
|
+
bson (1.12.5)
|
42
|
+
bson (1.12.5-java)
|
43
|
+
bson_ext (1.12.5)
|
44
|
+
bson (~> 1.12.5)
|
45
45
|
builder (3.2.2)
|
46
46
|
concurrent-ruby (1.0.0)
|
47
47
|
concurrent-ruby (1.0.0-java)
|
48
|
-
database_cleaner (1.
|
48
|
+
database_cleaner (1.5.1)
|
49
49
|
descendants_tracker (0.0.4)
|
50
50
|
thread_safe (~> 0.3, >= 0.3.1)
|
51
|
-
domain_name (0.5.
|
51
|
+
domain_name (0.5.20160128)
|
52
52
|
unf (>= 0.0.5, < 1.0.0)
|
53
53
|
durran-validatable (2.0.1)
|
54
54
|
erubis (2.7.0)
|
55
|
-
faraday (0.9.
|
55
|
+
faraday (0.9.2)
|
56
56
|
multipart-post (>= 1.2, < 3)
|
57
|
-
git (1.2.
|
58
|
-
github_api (0.
|
59
|
-
addressable (~> 2.
|
57
|
+
git (1.2.9.1)
|
58
|
+
github_api (0.13.1)
|
59
|
+
addressable (~> 2.4.0)
|
60
60
|
descendants_tracker (~> 0.0.4)
|
61
61
|
faraday (~> 0.8, < 0.10)
|
62
|
-
hashie (>= 3.
|
62
|
+
hashie (>= 3.4)
|
63
63
|
multi_json (>= 1.7.5, < 2.0)
|
64
|
-
nokogiri (~> 1.6.3)
|
65
64
|
oauth2
|
66
65
|
globalid (0.3.6)
|
67
66
|
activesupport (>= 4.1.0)
|
68
|
-
hashie (3.
|
69
|
-
highline (1.
|
67
|
+
hashie (3.4.3)
|
68
|
+
highline (1.7.8)
|
70
69
|
http-cookie (1.0.2)
|
71
70
|
domain_name (~> 0.5)
|
72
71
|
httparty (0.13.7)
|
@@ -82,18 +81,19 @@ GEM
|
|
82
81
|
nokogiri (>= 1.5.10)
|
83
82
|
rake
|
84
83
|
rdoc
|
85
|
-
jquery-rails (
|
86
|
-
|
84
|
+
jquery-rails (4.1.0)
|
85
|
+
rails-dom-testing (~> 1.0)
|
86
|
+
railties (>= 4.2.0)
|
87
87
|
thor (>= 0.14, < 2.0)
|
88
88
|
json (1.8.3)
|
89
89
|
json (1.8.3-java)
|
90
|
-
jwt (1.
|
90
|
+
jwt (1.5.1)
|
91
91
|
leshill-will_paginate (2.3.11)
|
92
92
|
loofah (2.0.3)
|
93
93
|
nokogiri (>= 1.5.9)
|
94
94
|
macaddr (1.7.1)
|
95
95
|
systemu (~> 2.6.2)
|
96
|
-
maestrano (0.12.
|
96
|
+
maestrano (0.12.3)
|
97
97
|
httparty (~> 0.13)
|
98
98
|
json (~> 1.8)
|
99
99
|
mime-types (~> 1.25)
|
@@ -105,13 +105,11 @@ GEM
|
|
105
105
|
metaclass (0.0.4)
|
106
106
|
mime-types (1.25.1)
|
107
107
|
mini_portile2 (2.0.0)
|
108
|
-
minitest (5.8.
|
108
|
+
minitest (5.8.4)
|
109
109
|
mocha (1.1.0)
|
110
110
|
metaclass (~> 0.0.1)
|
111
|
-
mongo (1.
|
112
|
-
bson (= 1.
|
113
|
-
mongo (1.10.2-java)
|
114
|
-
bson (= 1.10.2)
|
111
|
+
mongo (1.12.5)
|
112
|
+
bson (= 1.12.5)
|
115
113
|
mongoid (1.0.6)
|
116
114
|
activesupport (>= 2.2.2)
|
117
115
|
durran-validatable (>= 2.0.1)
|
@@ -124,25 +122,26 @@ GEM
|
|
124
122
|
nokogiri (1.6.7.2)
|
125
123
|
mini_portile2 (~> 2.0.0.rc2)
|
126
124
|
nokogiri (1.6.7.2-java)
|
127
|
-
oauth2 (1.
|
125
|
+
oauth2 (1.1.0)
|
128
126
|
faraday (>= 0.8, < 0.10)
|
129
|
-
jwt (~> 1.0)
|
127
|
+
jwt (~> 1.0, < 1.5.2)
|
130
128
|
multi_json (~> 1.3)
|
131
129
|
multi_xml (~> 0.5)
|
132
|
-
rack (
|
130
|
+
rack (>= 1.2, < 3)
|
131
|
+
power_assert (0.2.7)
|
133
132
|
rack (1.6.4)
|
134
133
|
rack-test (0.6.3)
|
135
134
|
rack (>= 1.0)
|
136
|
-
rails (4.2.5)
|
137
|
-
actionmailer (= 4.2.5)
|
138
|
-
actionpack (= 4.2.5)
|
139
|
-
actionview (= 4.2.5)
|
140
|
-
activejob (= 4.2.5)
|
141
|
-
activemodel (= 4.2.5)
|
142
|
-
activerecord (= 4.2.5)
|
143
|
-
activesupport (= 4.2.5)
|
135
|
+
rails (4.2.5.1)
|
136
|
+
actionmailer (= 4.2.5.1)
|
137
|
+
actionpack (= 4.2.5.1)
|
138
|
+
actionview (= 4.2.5.1)
|
139
|
+
activejob (= 4.2.5.1)
|
140
|
+
activemodel (= 4.2.5.1)
|
141
|
+
activerecord (= 4.2.5.1)
|
142
|
+
activesupport (= 4.2.5.1)
|
144
143
|
bundler (>= 1.3.0, < 2.0)
|
145
|
-
railties (= 4.2.5)
|
144
|
+
railties (= 4.2.5.1)
|
146
145
|
sprockets-rails
|
147
146
|
rails-deprecated_sanitizer (1.0.3)
|
148
147
|
activesupport (>= 4.2.0.alpha)
|
@@ -150,15 +149,15 @@ GEM
|
|
150
149
|
activesupport (>= 4.2.0.beta, < 5.0)
|
151
150
|
nokogiri (~> 1.6.0)
|
152
151
|
rails-deprecated_sanitizer (>= 1.0.1)
|
153
|
-
rails-html-sanitizer (1.0.
|
152
|
+
rails-html-sanitizer (1.0.3)
|
154
153
|
loofah (~> 2.0)
|
155
|
-
railties (4.2.5)
|
156
|
-
actionpack (= 4.2.5)
|
157
|
-
activesupport (= 4.2.5)
|
154
|
+
railties (4.2.5.1)
|
155
|
+
actionpack (= 4.2.5.1)
|
156
|
+
activesupport (= 4.2.5.1)
|
158
157
|
rake (>= 0.8.7)
|
159
158
|
thor (>= 0.18.1, < 2.0)
|
160
159
|
rake (10.5.0)
|
161
|
-
rdoc (4.
|
160
|
+
rdoc (4.2.2)
|
162
161
|
json (~> 1.4)
|
163
162
|
rest-client (1.8.0)
|
164
163
|
http-cookie (>= 1.0.2, < 2.0)
|
@@ -168,18 +167,19 @@ GEM
|
|
168
167
|
shoulda-context (~> 1.0, >= 1.0.1)
|
169
168
|
shoulda-matchers (>= 1.4.1, < 3.0)
|
170
169
|
shoulda-context (1.2.1)
|
171
|
-
shoulda-matchers (2.
|
170
|
+
shoulda-matchers (2.8.0)
|
172
171
|
activesupport (>= 3.0.0)
|
173
172
|
sprockets (3.5.2)
|
174
173
|
concurrent-ruby (~> 1.0)
|
175
174
|
rack (> 1, < 3)
|
176
|
-
sprockets-rails (3.0.
|
175
|
+
sprockets-rails (3.0.1)
|
177
176
|
actionpack (>= 4.0)
|
178
177
|
activesupport (>= 4.0)
|
179
178
|
sprockets (>= 3.0.0)
|
180
|
-
sqlite3 (1.3.
|
179
|
+
sqlite3 (1.3.11)
|
181
180
|
systemu (2.6.5)
|
182
|
-
test-unit (
|
181
|
+
test-unit (3.1.7)
|
182
|
+
power_assert
|
183
183
|
thor (0.19.1)
|
184
184
|
thread_safe (0.3.5)
|
185
185
|
thread_safe (0.3.5-java)
|
@@ -188,7 +188,7 @@ GEM
|
|
188
188
|
unf (0.1.4)
|
189
189
|
unf_ext
|
190
190
|
unf (0.1.4-java)
|
191
|
-
unf_ext (0.0.7.
|
191
|
+
unf_ext (0.0.7.2)
|
192
192
|
uuid (2.3.8)
|
193
193
|
macaddr (~> 1.0)
|
194
194
|
|
@@ -201,7 +201,7 @@ DEPENDENCIES
|
|
201
201
|
database_cleaner
|
202
202
|
jeweler
|
203
203
|
jquery-rails
|
204
|
-
maestrano
|
204
|
+
maestrano
|
205
205
|
mocha
|
206
206
|
mongoid
|
207
207
|
rails
|
data/maestrano-rails.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: maestrano-rails 0.
|
5
|
+
# stub: maestrano-rails 0.15.0 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "maestrano-rails"
|
9
|
-
s.version = "0.
|
9
|
+
s.version = "0.15.0"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["Arnaud Lachaume"]
|
14
|
-
s.date = "2016-
|
14
|
+
s.date = "2016-02-15"
|
15
15
|
s.description = "Maestrano is the next generation marketplace for SME applications. See https://maestrano.com for details."
|
16
16
|
s.email = ["arnaud.lachaume@maestrano.com"]
|
17
17
|
s.extra_rdoc_files = [
|
@@ -60,18 +60,18 @@ Gem::Specification.new do |s|
|
|
60
60
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
61
61
|
s.add_runtime_dependency(%q<rails>, [">= 0"])
|
62
62
|
s.add_runtime_dependency(%q<jquery-rails>, [">= 0"])
|
63
|
-
s.add_runtime_dependency(%q<maestrano>, ["
|
63
|
+
s.add_runtime_dependency(%q<maestrano>, [">= 0"])
|
64
64
|
s.add_development_dependency(%q<jeweler>, [">= 0"])
|
65
65
|
else
|
66
66
|
s.add_dependency(%q<rails>, [">= 0"])
|
67
67
|
s.add_dependency(%q<jquery-rails>, [">= 0"])
|
68
|
-
s.add_dependency(%q<maestrano>, ["
|
68
|
+
s.add_dependency(%q<maestrano>, [">= 0"])
|
69
69
|
s.add_dependency(%q<jeweler>, [">= 0"])
|
70
70
|
end
|
71
71
|
else
|
72
72
|
s.add_dependency(%q<rails>, [">= 0"])
|
73
73
|
s.add_dependency(%q<jquery-rails>, [">= 0"])
|
74
|
-
s.add_dependency(%q<maestrano>, ["
|
74
|
+
s.add_dependency(%q<maestrano>, [">= 0"])
|
75
75
|
s.add_dependency(%q<jeweler>, [">= 0"])
|
76
76
|
end
|
77
77
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: maestrano-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arnaud Lachaume
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-02-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -42,16 +42,16 @@ dependencies:
|
|
42
42
|
name: maestrano
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0
|
47
|
+
version: '0'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - "
|
52
|
+
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0
|
54
|
+
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: jeweler
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|