cms-fortress 1.1.2 → 1.1.3
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 +44 -40
- data/README.rdoc +1 -0
- data/VERSION +1 -1
- data/cms-fortress.gemspec +5 -7
- metadata +4 -6
- data/.rbenv-gemsets +0 -1
- data/.ruby-version +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de6a2188a4a0656df036971172070c3d5b9d722e
|
4
|
+
data.tar.gz: 3adcfc4373138f46c12e7eb85f1064d46205a404
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e71a9420a137d61a3e4027de43ceb5bfe8300cfbb0e2f0449bd319bc26cc3f0a07e00a8b9ca08fb32f63b102ca6a7117276b5d362ecce60e12301965207b27d
|
7
|
+
data.tar.gz: 8ca950ace1b1243bf165bb46482d4d8ae272be99bbc74e0fbc42da18762dd168e18728c330deec6269e4e8a171a53e51b4c786692f8460d0a7b13e364a29bf10
|
data/Gemfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
source "http://rubygems.org"
|
2
2
|
# Add dependencies required to use your gem here.
|
3
3
|
gem 'rails', '>=4.0.0'
|
4
|
-
gem 'comfortable_mexican_sofa', '~>1.11'
|
4
|
+
gem 'comfortable_mexican_sofa', '~>1.11.0'
|
5
5
|
gem 'devise', '~>3.2'
|
6
6
|
gem 'cancan', '>=1.6.9'
|
7
7
|
gem 'delayed_job', '~>4'
|
data/Gemfile.lock
CHANGED
@@ -1,34 +1,34 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
actionmailer (4.0.
|
5
|
-
actionpack (= 4.0.
|
4
|
+
actionmailer (4.0.3)
|
5
|
+
actionpack (= 4.0.3)
|
6
6
|
mail (~> 2.5.4)
|
7
|
-
actionpack (4.0.
|
8
|
-
activesupport (= 4.0.
|
7
|
+
actionpack (4.0.3)
|
8
|
+
activesupport (= 4.0.3)
|
9
9
|
builder (~> 3.1.0)
|
10
10
|
erubis (~> 2.7.0)
|
11
11
|
rack (~> 1.5.2)
|
12
12
|
rack-test (~> 0.6.2)
|
13
|
-
active_link_to (1.0.
|
13
|
+
active_link_to (1.0.2)
|
14
14
|
actionpack
|
15
|
-
activemodel (4.0.
|
16
|
-
activesupport (= 4.0.
|
15
|
+
activemodel (4.0.3)
|
16
|
+
activesupport (= 4.0.3)
|
17
17
|
builder (~> 3.1.0)
|
18
|
-
activerecord (4.0.
|
19
|
-
activemodel (= 4.0.
|
18
|
+
activerecord (4.0.3)
|
19
|
+
activemodel (= 4.0.3)
|
20
20
|
activerecord-deprecated_finders (~> 1.0.2)
|
21
|
-
activesupport (= 4.0.
|
21
|
+
activesupport (= 4.0.3)
|
22
22
|
arel (~> 4.0.0)
|
23
23
|
activerecord-deprecated_finders (1.0.3)
|
24
|
-
activesupport (4.0.
|
24
|
+
activesupport (4.0.3)
|
25
25
|
i18n (~> 0.6, >= 0.6.4)
|
26
26
|
minitest (~> 4.2)
|
27
27
|
multi_json (~> 1.3)
|
28
28
|
thread_safe (~> 0.1)
|
29
29
|
tzinfo (~> 0.3.37)
|
30
30
|
addressable (2.3.5)
|
31
|
-
arel (4.0.
|
31
|
+
arel (4.0.2)
|
32
32
|
atomic (1.1.14)
|
33
33
|
bcrypt-ruby (3.1.2)
|
34
34
|
builder (3.1.4)
|
@@ -37,7 +37,7 @@ GEM
|
|
37
37
|
activesupport (>= 3.0)
|
38
38
|
cocaine (0.5.3)
|
39
39
|
climate_control (>= 0.0.3, < 1.0)
|
40
|
-
codemirror-rails (3.
|
40
|
+
codemirror-rails (3.21)
|
41
41
|
railties (>= 3.0, < 5)
|
42
42
|
coffee-rails (4.0.1)
|
43
43
|
coffee-script (>= 2.2.0)
|
@@ -45,8 +45,8 @@ GEM
|
|
45
45
|
coffee-script (2.2.0)
|
46
46
|
coffee-script-source
|
47
47
|
execjs
|
48
|
-
coffee-script-source (1.
|
49
|
-
comfortable_mexican_sofa (1.11.
|
48
|
+
coffee-script-source (1.7.0)
|
49
|
+
comfortable_mexican_sofa (1.11.2)
|
50
50
|
active_link_to (>= 1.0.0)
|
51
51
|
codemirror-rails (>= 3.0.0)
|
52
52
|
coffee-rails (>= 3.1.0)
|
@@ -58,6 +58,7 @@ GEM
|
|
58
58
|
kramdown (>= 1.0.0)
|
59
59
|
paperclip (>= 3.4.0)
|
60
60
|
rails (~> 4.0)
|
61
|
+
rails-i18n (~> 4.0.0)
|
61
62
|
sass-rails (>= 3.1.0)
|
62
63
|
delayed_job (4.0.0)
|
63
64
|
activesupport (>= 3.0, < 4.1)
|
@@ -82,13 +83,13 @@ GEM
|
|
82
83
|
multi_json (~> 1.4)
|
83
84
|
nokogiri (~> 1.5.2)
|
84
85
|
oauth2
|
85
|
-
haml (4.0.
|
86
|
+
haml (4.0.5)
|
86
87
|
tilt
|
87
|
-
haml-rails (0.5.
|
88
|
-
actionpack (
|
89
|
-
activesupport (
|
88
|
+
haml-rails (0.5.3)
|
89
|
+
actionpack (>= 4.0.1)
|
90
|
+
activesupport (>= 4.0.1)
|
90
91
|
haml (>= 3.1, < 5.0)
|
91
|
-
railties (
|
92
|
+
railties (>= 4.0.1)
|
92
93
|
hashie (2.0.5)
|
93
94
|
highline (1.6.20)
|
94
95
|
hike (1.2.3)
|
@@ -103,24 +104,24 @@ GEM
|
|
103
104
|
nokogiri (= 1.5.10)
|
104
105
|
rake
|
105
106
|
rdoc
|
106
|
-
jquery-rails (3.0
|
107
|
+
jquery-rails (3.1.0)
|
107
108
|
railties (>= 3.0, < 5.0)
|
108
109
|
thor (>= 0.14, < 2.0)
|
109
|
-
jquery-ui-rails (4.
|
110
|
-
railties (>= 3.
|
110
|
+
jquery-ui-rails (4.2.0)
|
111
|
+
railties (>= 3.2.16)
|
111
112
|
json (1.8.1)
|
112
113
|
jwt (0.1.8)
|
113
114
|
multi_json (>= 1.5)
|
114
|
-
kaminari (0.15.
|
115
|
+
kaminari (0.15.1)
|
115
116
|
actionpack (>= 3.0.0)
|
116
117
|
activesupport (>= 3.0.0)
|
117
|
-
kramdown (1.2
|
118
|
+
kramdown (1.3.2)
|
118
119
|
mail (2.5.4)
|
119
120
|
mime-types (~> 1.16)
|
120
121
|
treetop (~> 1.4.8)
|
121
122
|
mime-types (1.25.1)
|
122
123
|
minitest (4.7.5)
|
123
|
-
multi_json (1.8.
|
124
|
+
multi_json (1.8.4)
|
124
125
|
multi_xml (0.5.5)
|
125
126
|
multipart-post (1.2.0)
|
126
127
|
nokogiri (1.5.10)
|
@@ -132,32 +133,35 @@ GEM
|
|
132
133
|
multi_xml (~> 0.5)
|
133
134
|
rack (~> 1.2)
|
134
135
|
orm_adapter (0.5.0)
|
135
|
-
paperclip (
|
136
|
+
paperclip (4.1.0)
|
136
137
|
activemodel (>= 3.0.0)
|
137
138
|
activesupport (>= 3.0.0)
|
138
139
|
cocaine (~> 0.5.3)
|
139
140
|
mime-types
|
140
|
-
polyglot (0.3.
|
141
|
+
polyglot (0.3.4)
|
141
142
|
rack (1.5.2)
|
142
143
|
rack-test (0.6.2)
|
143
144
|
rack (>= 1.0)
|
144
|
-
rails (4.0.
|
145
|
-
actionmailer (= 4.0.
|
146
|
-
actionpack (= 4.0.
|
147
|
-
activerecord (= 4.0.
|
148
|
-
activesupport (= 4.0.
|
145
|
+
rails (4.0.3)
|
146
|
+
actionmailer (= 4.0.3)
|
147
|
+
actionpack (= 4.0.3)
|
148
|
+
activerecord (= 4.0.3)
|
149
|
+
activesupport (= 4.0.3)
|
149
150
|
bundler (>= 1.3.0, < 2.0)
|
150
|
-
railties (= 4.0.
|
151
|
+
railties (= 4.0.3)
|
151
152
|
sprockets-rails (~> 2.0.0)
|
152
|
-
|
153
|
-
|
154
|
-
|
153
|
+
rails-i18n (4.0.1)
|
154
|
+
i18n (~> 0.6)
|
155
|
+
rails (~> 4.0)
|
156
|
+
railties (4.0.3)
|
157
|
+
actionpack (= 4.0.3)
|
158
|
+
activesupport (= 4.0.3)
|
155
159
|
rake (>= 0.8.7)
|
156
160
|
thor (>= 0.18.1, < 2.0)
|
157
161
|
rake (10.1.1)
|
158
162
|
rdoc (4.0.1)
|
159
163
|
json (~> 1.4)
|
160
|
-
sass (3.2.
|
164
|
+
sass (3.2.14)
|
161
165
|
sass-rails (4.0.1)
|
162
166
|
railties (>= 4.0.0, < 5.0)
|
163
167
|
sass (>= 3.1.10)
|
@@ -167,7 +171,7 @@ GEM
|
|
167
171
|
multi_json
|
168
172
|
simplecov-html (~> 0.8.0)
|
169
173
|
simplecov-html (0.8.0)
|
170
|
-
sprockets (2.
|
174
|
+
sprockets (2.11.0)
|
171
175
|
hike (~> 1.2)
|
172
176
|
multi_json (~> 1.0)
|
173
177
|
rack (~> 1.0)
|
@@ -193,7 +197,7 @@ PLATFORMS
|
|
193
197
|
DEPENDENCIES
|
194
198
|
bundler
|
195
199
|
cancan (>= 1.6.9)
|
196
|
-
comfortable_mexican_sofa (~> 1.11)
|
200
|
+
comfortable_mexican_sofa (~> 1.11.0)
|
197
201
|
delayed_job (~> 4)
|
198
202
|
devise (~> 3.2)
|
199
203
|
jeweler
|
data/README.rdoc
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.3
|
data/cms-fortress.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "cms-fortress"
|
8
|
-
s.version = "1.1.
|
8
|
+
s.version = "1.1.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Melvin Sembrano"]
|
12
|
-
s.date = "2014-02-
|
12
|
+
s.date = "2014-02-20"
|
13
13
|
s.description = "Comfortable Mexican Sofa (CMS) - User and role management extension"
|
14
14
|
s.email = "melvinsembrano@gmail.com"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -18,8 +18,6 @@ Gem::Specification.new do |s|
|
|
18
18
|
]
|
19
19
|
s.files = [
|
20
20
|
".document",
|
21
|
-
".rbenv-gemsets",
|
22
|
-
".ruby-version",
|
23
21
|
"Gemfile",
|
24
22
|
"Gemfile.lock",
|
25
23
|
"LICENSE.txt",
|
@@ -124,7 +122,7 @@ Gem::Specification.new do |s|
|
|
124
122
|
|
125
123
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
126
124
|
s.add_runtime_dependency(%q<rails>, [">= 4.0.0"])
|
127
|
-
s.add_runtime_dependency(%q<comfortable_mexican_sofa>, ["~> 1.11"])
|
125
|
+
s.add_runtime_dependency(%q<comfortable_mexican_sofa>, ["~> 1.11.0"])
|
128
126
|
s.add_runtime_dependency(%q<devise>, ["~> 3.2"])
|
129
127
|
s.add_runtime_dependency(%q<cancan>, [">= 1.6.9"])
|
130
128
|
s.add_runtime_dependency(%q<delayed_job>, ["~> 4"])
|
@@ -134,7 +132,7 @@ Gem::Specification.new do |s|
|
|
134
132
|
s.add_development_dependency(%q<simplecov>, [">= 0"])
|
135
133
|
else
|
136
134
|
s.add_dependency(%q<rails>, [">= 4.0.0"])
|
137
|
-
s.add_dependency(%q<comfortable_mexican_sofa>, ["~> 1.11"])
|
135
|
+
s.add_dependency(%q<comfortable_mexican_sofa>, ["~> 1.11.0"])
|
138
136
|
s.add_dependency(%q<devise>, ["~> 3.2"])
|
139
137
|
s.add_dependency(%q<cancan>, [">= 1.6.9"])
|
140
138
|
s.add_dependency(%q<delayed_job>, ["~> 4"])
|
@@ -145,7 +143,7 @@ Gem::Specification.new do |s|
|
|
145
143
|
end
|
146
144
|
else
|
147
145
|
s.add_dependency(%q<rails>, [">= 4.0.0"])
|
148
|
-
s.add_dependency(%q<comfortable_mexican_sofa>, ["~> 1.11"])
|
146
|
+
s.add_dependency(%q<comfortable_mexican_sofa>, ["~> 1.11.0"])
|
149
147
|
s.add_dependency(%q<devise>, ["~> 3.2"])
|
150
148
|
s.add_dependency(%q<cancan>, [">= 1.6.9"])
|
151
149
|
s.add_dependency(%q<delayed_job>, ["~> 4"])
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cms-fortress
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Melvin Sembrano
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-02-
|
11
|
+
date: 2014-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - ~>
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 1.11.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ~>
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
40
|
+
version: 1.11.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: devise
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -145,8 +145,6 @@ extra_rdoc_files:
|
|
145
145
|
- README.rdoc
|
146
146
|
files:
|
147
147
|
- .document
|
148
|
-
- .rbenv-gemsets
|
149
|
-
- .ruby-version
|
150
148
|
- Gemfile
|
151
149
|
- Gemfile.lock
|
152
150
|
- LICENSE.txt
|
data/.rbenv-gemsets
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
cms-fortress
|
data/.ruby-version
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
2.0.0-p247
|