brainsome_typus 4.0.0.beta8 → 4.0.0.beta9
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 08c4940f2fa1e6dee4e99e7988ab14c551291737
|
|
4
|
+
data.tar.gz: 52758f35316bd41052db969fc4829ae85113c115
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7570c71cd5aa2c677371b9fb5764b5e0bb66e6128b09859bfb0f6d8a11b171828d95ce2e75f24dc7f704b679906fb4ca5fb6a583b26b296f9d1b3add308c9bff
|
|
7
|
+
data.tar.gz: 13a88c2e7cc301566bb1e67191e1d90905f2fd3cf1e455f2e58256d9d639bc6bfcb9621e5534989e9b2da0ee9b93ec7f0f0933521346116e4a783b293e1a954f
|
data/Gemfile.lock
CHANGED
|
@@ -43,7 +43,7 @@ GIT
|
|
|
43
43
|
PATH
|
|
44
44
|
remote: .
|
|
45
45
|
specs:
|
|
46
|
-
brainsome_typus (4.0.0.
|
|
46
|
+
brainsome_typus (4.0.0.beta9)
|
|
47
47
|
bcrypt-ruby (~> 3.1.2)
|
|
48
48
|
jquery-rails
|
|
49
49
|
rails (~> 4)
|
|
@@ -203,3 +203,6 @@ DEPENDENCIES
|
|
|
203
203
|
sass-rails (~> 4.0.0)
|
|
204
204
|
sqlite3 (~> 1.3.8)
|
|
205
205
|
uglifier (~> 1.3.0)
|
|
206
|
+
|
|
207
|
+
BUNDLED WITH
|
|
208
|
+
1.10.6
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<div class="control-group" id="<%= attribute_id %>">
|
|
2
|
+
<%= form.label attribute, label_text, { :class => "control-label" } %>
|
|
3
|
+
<div class="controls">
|
|
4
|
+
<%#= form.datetime_select attribute, options, html_options %>
|
|
5
|
+
<% options.merge!({ disabled: true }) -%>
|
|
6
|
+
<%= form.text_field attribute, options %>
|
|
7
|
+
</div>
|
|
8
|
+
</div>
|
data/lib/typus/version.rb
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brainsome_typus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.0.
|
|
4
|
+
version: 4.0.0.beta9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Francesc Esplugas
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
12
|
+
date: 2015-10-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bcrypt-ruby
|
|
@@ -161,6 +161,7 @@ files:
|
|
|
161
161
|
- app/views/admin/templates/_boolean.html.erb
|
|
162
162
|
- app/views/admin/templates/_date.html.erb
|
|
163
163
|
- app/views/admin/templates/_datetime.html.erb
|
|
164
|
+
- app/views/admin/templates/_datetime_disabled.html.erb
|
|
164
165
|
- app/views/admin/templates/_dragonfly.html.erb
|
|
165
166
|
- app/views/admin/templates/_dragonfly_form_preview.html.erb
|
|
166
167
|
- app/views/admin/templates/_dragonfly_preview.html.erb
|
|
@@ -174,6 +175,7 @@ files:
|
|
|
174
175
|
- app/views/admin/templates/_profile_sidebar.html.erb
|
|
175
176
|
- app/views/admin/templates/_selector.html.erb
|
|
176
177
|
- app/views/admin/templates/_string.html.erb
|
|
178
|
+
- app/views/admin/templates/_string_disabled.html.erb
|
|
177
179
|
- app/views/admin/templates/_string_with_preview.html.erb
|
|
178
180
|
- app/views/admin/templates/_text.html.erb
|
|
179
181
|
- app/views/admin/templates/_text_with_ckeditor.html.erb
|
|
@@ -265,6 +267,7 @@ files:
|
|
|
265
267
|
- lib/typus/regex.rb
|
|
266
268
|
- lib/typus/resources.rb
|
|
267
269
|
- lib/typus/version.rb
|
|
270
|
+
- pkg/brainsome_typus-4.0.0.beta9.gem
|
|
268
271
|
- typus.gemspec
|
|
269
272
|
- vendor/assets/adapt/css/1200.css
|
|
270
273
|
- vendor/assets/adapt/css/1200.min.css
|