bootstrap_form_extensions 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36e537e7b6950ebbc248d8b7d0a9f9e2ba966e8e
4
- data.tar.gz: 11330a3c7943b5417e3cce9419cbccac8d870ea3
3
+ metadata.gz: d41b78ba09905024348dbbbe5baa83cdc5cdef53
4
+ data.tar.gz: e45a067d7b8627c93c09f24a962a450b544c1ebb
5
5
  SHA512:
6
- metadata.gz: 899ffe21c0d5b505ebd4fa8f24132f7a8074c6cc8f4ccbe102efef9d6b652e4c8a3bdc9a3a24463998a3f9d78f77faccc874cf4e30271aee43ab8811120c78f7
7
- data.tar.gz: a9e98cc43f0bb64feedbc006a1eb0df387c4478131a4c555dd309a45e3cac6aaaec1ca5103cf52f011cde08578bb4cae7e7d0d6d7f1bc5b8808a90116b1d3d01
6
+ metadata.gz: 2a279774150c191d38fe35a58181dbdb0c565c913c03c8853e00458e261abd34743106942f74c760e0794e0c0829557afc3203676327e408aebce92c534586d1
7
+ data.tar.gz: 65375d2da221ee0f8c8506d86ccf09a2da4f43205dd5337cb916a4cf3f545b22c51202b13e8bff357c93829731d5daf15dbe2c58c4f7f7f08ec752ef5f41e08e
@@ -10,7 +10,7 @@
10
10
  this.$container.on('click.bsfe.arrayedfield.data-api', '.remove-arrayed-field-row', this.removeRow.bind(this))
11
11
  }
12
12
 
13
- ArrayedField.VERSION = '1.0.2'
13
+ ArrayedField.VERSION = '1.0.3'
14
14
 
15
15
  ArrayedField.prototype.addRow = function (event) {
16
16
  var blueprint = this.$container.find(".blueprint-for-arrayed-field > .row").clone(true)
@@ -12,7 +12,7 @@
12
12
  this.setInitialValues()
13
13
  }
14
14
 
15
- Scheduler.VERSION = '1.0.2'
15
+ Scheduler.VERSION = '1.0.3'
16
16
 
17
17
  Scheduler.prototype.createEvents = function (event) {
18
18
  this.$element.on('click.bsfe.scheduler.data-api', 'table.scheduler-badge', this.editSchedule.bind(this))
@@ -13,7 +13,7 @@
13
13
  this.createEvents()
14
14
  }
15
15
 
16
- SelectOrNew.VERSION = '1.0.2'
16
+ SelectOrNew.VERSION = '1.0.3'
17
17
 
18
18
  SelectOrNew.prototype.createEvents = function () {
19
19
  this.$element.on('change.bsfe.select-or-new.data-api', 'select', this.changeSelection.bind(this))
@@ -16,7 +16,7 @@
16
16
  $(element).timepicker($.extend(defaults, options))
17
17
  }
18
18
 
19
- TimePicker.VERSION = '1.0.2'
19
+ TimePicker.VERSION = '1.0.3'
20
20
 
21
21
 
22
22
  // TIME PICKER PLUGIN DEFINITION
@@ -9,7 +9,7 @@
9
9
  this.$container.on('change.bsfe.timespan.data-api', '.timespan-quantity, .timespan-unit', this.updateSeconds.bind(this))
10
10
  }
11
11
 
12
- Timespan.VERSION = '1.0.2'
12
+ Timespan.VERSION = '1.0.3'
13
13
 
14
14
  Timespan.prototype.updateSeconds = function (e) {
15
15
  var hidden = this.$container.find('.timespan-seconds')
@@ -0,0 +1,3 @@
1
+ .select-or-new-cancel {
2
+ cursor: pointer;
3
+ }
@@ -1,3 +1,3 @@
1
1
  module BootstrapFormExtensions
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_form_extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesús Dugarte
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-07 00:00:00.000000000 Z
11
+ date: 2015-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap_form
@@ -114,6 +114,7 @@ files:
114
114
  - app/assets/stylesheets/bootstrap_form_extensions/common.css
115
115
  - app/assets/stylesheets/bootstrap_form_extensions/index.css
116
116
  - app/assets/stylesheets/bootstrap_form_extensions/scheduler.css
117
+ - app/assets/stylesheets/bootstrap_form_extensions/select_or_new.css
117
118
  - app/assets/stylesheets/bootstrap_form_extensions/submit_bar.css
118
119
  - app/views/bootstrap_form_extensions/_submit_bar.html.erb
119
120
  - lib/bootstrap_form_extensions.rb
@@ -214,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
214
215
  version: '0'
215
216
  requirements: []
216
217
  rubyforge_project:
217
- rubygems_version: 2.4.5
218
+ rubygems_version: 2.2.2
218
219
  signing_key:
219
220
  specification_version: 4
220
221
  summary: Specialized controls added to the bootstrap_form gem