recurring_select 3.0.0 → 3.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
  SHA256:
3
- metadata.gz: d2a0200c05a91d2e53f9893103e3ee5259a0bd0917efaf373e0fff2ced38caa6
4
- data.tar.gz: e950b6d4f120e420885e68c7d69192d3e65c241d9c90d139a44691f676ad41a8
3
+ metadata.gz: 823b393395bb4608d998ea0a5b8f9b38b985ae8ee91107523d5383aaa94a97ae
4
+ data.tar.gz: ecf294db986e90ea87ba5d2c6481053fbd466267a18949915201cdb04501774e
5
5
  SHA512:
6
- metadata.gz: e2714208952ec80d4cecaf50f579a26ea06b7a1025803ace7486f31c7a307e57e965eb766b28ddfa478195c4557b9f8871a19c6b98125549df4825befc54082b
7
- data.tar.gz: 679630c691151c92b59e98fcf08697f8f2ca5fccb6556e7737f9581aa319ce67ce02ceb9b948c3b86b8d9a8d3b37173b1eb15314e2e2bb5792c71cde4b0b1fc5
6
+ metadata.gz: 4870f4d76cc947ee2f20cdf3c917e05ddb804acae5a2852d4f0faf4576019f7f0656d8b70c7608b2a22b7487902da908f4c0d3d174cf768b42e0c4ab6f68314a
7
+ data.tar.gz: 3006029c17dab3353f0f89ba025996d280978e4e7fdf6cdf764dd67f930eac23f62f0da1877769df5d3adc5aa4616aa3f07dd15e67d4d4b750d794ea25bdde2a
data/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Recurring Select
2
2
 
3
- [![Build Status](https://travis-ci.org/GetJobber/recurring_select.svg?branch=master)](https://travis-ci.org/GetJobber/recurring_select) [![Code Climate](https://codeclimate.com/github/GetJobber/recurring_select.png)](https://codeclimate.com/github/GetJobber/recurring_select)
3
+ [![Build Status](https://travis-ci.org/gregschmit/recurring_select.svg?branch=master)](https://travis-ci.org/GetJobber/recurring_select) [![Code Climate](https://codeclimate.com/github/gregschmit/recurring_select.png)](https://codeclimate.com/github/gregschmit/recurring_select)
4
4
 
5
5
  This gem adds selectors and helpers for working with recurring schedules in a Rails app. It uses [ice_cube](https://github.com/seejohnrun/ice_cube) recurring scheduling gem.
6
6
 
7
7
  Created by the [Jobber](http://getjobber.com) team for Jobber, the leading business management tool for field service companies.
8
8
 
9
- Check out the [live demo](http://recurring-select-demo.herokuapp.com/) (code in [spec/dummy](https://github.com/GetJobber/recurring_select/tree/master/spec/dummy) folder)
9
+ Check out the [live demo](http://recurring-select-demo.herokuapp.com/) (code in [spec/dummy](https://github.com/GetJobber/recurring_select/tree/master/spec/dummy) folder).
10
10
 
11
11
 
12
12
  ## Usage
@@ -148,9 +148,6 @@ Start the dummy server for clicking around the interface:
148
148
  rails s
149
149
  ```
150
150
 
151
- Use [Guard](https://github.com/guard/guard) and RSpec for all tests. I'd
152
- love to get Jasmine running also, but haven't had time yet.
153
-
154
151
  Tests can be ran against different versions of Rails like so:
155
152
 
156
153
  ```
@@ -162,4 +159,4 @@ Feel free to open issues or send pull requests.
162
159
 
163
160
  ## Licensing
164
161
 
165
- This project rocks and uses MIT-LICENSE.
162
+ This project rocks and uses the MIT license.
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ Bundler::GemHelper.install_tasks
12
12
  require 'rdoc/task'
13
13
  RDoc::Task.new(:rdoc) do |rdoc|
14
14
  rdoc.rdoc_dir = 'rdoc'
15
- rdoc.title = 'RecurringSelect'
15
+ rdoc.title = 'RecurringSelect'
16
16
  rdoc.options << '--line-numbers'
17
17
  rdoc.rdoc_files.include('README.rdoc')
18
18
  rdoc.rdoc_files.include('lib/**/*.rb')
@@ -100,6 +100,7 @@ module RecurringSelectHelper
100
100
  @method_name = method.to_s
101
101
  @object_name = object.to_s
102
102
  @html_options = recurring_select_html_options(html_options)
103
+ @template_object = template_object
103
104
  add_default_name_and_id(@html_options)
104
105
 
105
106
  super(object, method, template_object, options)
@@ -1,3 +1,3 @@
1
1
  module RecurringSelect
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recurring_select
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jobber
8
8
  - Forrest Zeisler
9
9
  - Nathan Youngman
10
+ - Gregory Schmit
10
11
  autorequire:
11
12
  bindir: bin
12
13
  cert_chain: []
13
- date: 2020-08-31 00:00:00.000000000 Z
14
+ date: 2023-02-04 00:00:00.000000000 Z
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
16
17
  name: rails
@@ -141,7 +142,7 @@ dependencies:
141
142
  description: This gem provides a useful interface for creating recurring rules for
142
143
  the ice_cube gem.
143
144
  email:
144
- - forrest@getjobber.com
145
+ - schmitgreg@gmail.com
145
146
  executables: []
146
147
  extensions: []
147
148
  extra_rdoc_files: []
@@ -186,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
187
  - !ruby/object:Gem::Version
187
188
  version: '0'
188
189
  requirements: []
189
- rubygems_version: 3.0.6
190
+ rubygems_version: 3.0.9
190
191
  signing_key:
191
192
  specification_version: 4
192
193
  summary: A select helper which gives you magical powers to generate ice_cube rules.