bootstrap_form_extensions 1.0.0 → 1.0.1

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: 9d9010d6c32f20076166779783d1c7d8583815d1
4
- data.tar.gz: 9d09b237499a487dd7c29c6ef61e5bb926b2c52a
3
+ metadata.gz: 4bb50c6cd67da7ec397a7763ddbdd05a519ea262
4
+ data.tar.gz: 8dd8f040d4d8143df0b900dd3b8d8afacf911936
5
5
  SHA512:
6
- metadata.gz: 4706c80767401dc93e138ef182a1396365916630ba1a5aa37b451a987bf33d7f173a976f8ffb85d8b5a62dc4bfa32831287ae31d168e50b06fdd7bd93a092dc4
7
- data.tar.gz: 7411609ead208eb9c1bc96ce3a38296108ff27b5c66f965f731a4a92f5880d5c7f2c7f79e8b38ac11fd28259390507a463134456e40c61c174dee15623bf0c96
6
+ metadata.gz: 93ccc8df275603d65945653ec612ae2a7a822912815a8e90e4bb536d4288467ac72a53fca633f295fd30c99cea93c6c1d7657e8aea97ec487ebc1b16ae0f09b4
7
+ data.tar.gz: 7319ec48ad1c3eff52d6148ef1b4f8a7318d32db3581c5cb74f5558217e45e8359c6098da66b2708aba7b871dc8fd5d1cdaf4dacb6942824fc731f69bd40336e
@@ -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.0'
13
+ ArrayedField.VERSION = '1.0.1'
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.0'
15
+ Scheduler.VERSION = '1.0.1'
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.0'
16
+ SelectOrNew.VERSION = '1.0.1'
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.0'
19
+ TimePicker.VERSION = '1.0.1'
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.0'
12
+ Timespan.VERSION = '1.0.1'
13
13
 
14
14
  Timespan.prototype.updateSeconds = function (e) {
15
15
  var hidden = this.$container.find('.timespan-seconds')
@@ -1,3 +1,3 @@
1
1
  module BootstrapFormExtensions
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_form_extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesús Dugarte
@@ -195,7 +195,7 @@ files:
195
195
  - test/submit_bar_test.rb
196
196
  - test/test_helper.rb
197
197
  - test/timespan_test.rb
198
- homepage: http://github.com/jdugarte/rails-bootstrap-form-extensions/
198
+ homepage: http://jdugarte.github.io/rails-bootstrap-form-extensions/
199
199
  licenses:
200
200
  - MIT
201
201
  metadata: {}