fullstack-admin 0.1.45 → 0.1.46
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.46
|
@@ -161,10 +161,16 @@ select,
|
|
161
161
|
padding: 4px 0.5%;
|
162
162
|
}
|
163
163
|
|
164
|
-
.datetime > .input > select, .time > .input > select, .date > .input > select {
|
164
|
+
.datetime > .input > select, .time > .input > select, .date > .input > select, .datetime_select > .input > select {
|
165
165
|
width: auto;
|
166
166
|
}
|
167
167
|
|
168
|
+
|
169
|
+
.datetime-selector {
|
170
|
+
width: auto;
|
171
|
+
}
|
172
|
+
|
173
|
+
|
168
174
|
.input {
|
169
175
|
margin-bottom: 18px;
|
170
176
|
}
|
data/fullstack-admin.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "fullstack-admin"
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.46"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["mcasimir"]
|
12
|
-
s.date = "2012-09-
|
12
|
+
s.date = "2012-09-15"
|
13
13
|
s.description = "Administration interface framework for fullstack"
|
14
14
|
s.email = "maurizio.cas@gmail.com"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -960,6 +960,7 @@ Gem::Specification.new do |s|
|
|
960
960
|
"app/inputs/country_input.rb",
|
961
961
|
"app/inputs/daterange_input.rb",
|
962
962
|
"app/inputs/datetime_input.rb",
|
963
|
+
"app/inputs/datetime_select_input.rb",
|
963
964
|
"app/inputs/file_input.rb",
|
964
965
|
"app/inputs/iso3166.rb",
|
965
966
|
"app/inputs/markup_input.rb",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fullstack-admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.46
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-09-
|
12
|
+
date: 2012-09-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -1202,6 +1202,7 @@ files:
|
|
1202
1202
|
- app/inputs/country_input.rb
|
1203
1203
|
- app/inputs/daterange_input.rb
|
1204
1204
|
- app/inputs/datetime_input.rb
|
1205
|
+
- app/inputs/datetime_select_input.rb
|
1205
1206
|
- app/inputs/file_input.rb
|
1206
1207
|
- app/inputs/iso3166.rb
|
1207
1208
|
- app/inputs/markup_input.rb
|
@@ -1318,7 +1319,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1318
1319
|
version: '0'
|
1319
1320
|
segments:
|
1320
1321
|
- 0
|
1321
|
-
hash:
|
1322
|
+
hash: 4564084590666529451
|
1322
1323
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1323
1324
|
none: false
|
1324
1325
|
requirements:
|