bicycle 0.8.2 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/README.md +2 -3
  4. data/VERSION +1 -1
  5. metadata +39 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d37e88c209ed37d92712a1dd252551f7d65f2babe9e2316ecdde136602a934e
4
- data.tar.gz: ff4cf202f771f83f02f1fbb11e7170a6f62a77d369a9970a0a93ac939314abc0
3
+ metadata.gz: 91e02982a182bada33618cb067767f57df2428de8468c5c7f3840eb6ca16a470
4
+ data.tar.gz: d03d93db44c8af7bc228dbdcb9d9e9996c20f749cb7a875192ad19c0af9bc436
5
5
  SHA512:
6
- metadata.gz: a1d5c9f2d6dbe03a5d0b48b6b0baf75a6a90297ee14f7a869bbd7e4c9246aa4836c84748e757edeb59b310ddfb5b005d0b24a5fba178c7d75b4164a708583214
7
- data.tar.gz: 0ad63ac881421516259c546e538d91eed78ac0ba1ad0aedecd875cf7edd4d0821cee01865a9e9a588bf52c61784fde6d85f7f93274e0f1e614bde7c07b24d61e
6
+ metadata.gz: 737ed66f2b53f5a986d2cf4467db294e46f0e8d3c79b4428a3929ba1c8043a11f25e828cf979dfa7dc1d2a51be2aa51f2b34800d51327ea15f252243ee66de3a
7
+ data.tar.gz: bbb82e9ea113fce14c5a09e9c5bfaf3b69a374fa985c8c8f3f4c0b8c9721d3aeb45b48a864250e199d63a3cefa8350d7b5866d38ea6f158ebb6a6008909714e7
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2020 Stuart Chinery
1
+ Copyright (c) 2021 Technical Panda Ltd
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # bicycle
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/bicycle.svg)](http://badge.fury.io/rb/bicycle)
4
- [![Build Status](https://travis-ci.org/schinery/bicycle.svg?branch=master)](https://travis-ci.org/schinery/bicycle)
5
4
 
6
5
  A convenience gem for cycling through a set of values, ported from the ['cycle'](http://api.rubyonrails.org/classes/ActionView/Helpers/TextHelper.html#method-i-cycle) functionality found in Rails. It is independent of which framework you use so will run in Sinatra, Padrino or straight up Ruby itself.
7
6
 
@@ -79,7 +78,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
79
78
 
80
79
  ## Contributing
81
80
 
82
- Bug reports and pull requests are welcome on GitHub at https://github.com/schinery/bicycle. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
81
+ Bug reports and pull requests are welcome on GitHub at https://github.com/technicalpanda/bicycle. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
83
82
 
84
83
  ## License
85
84
 
@@ -87,4 +86,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
87
86
 
88
87
  ## Code of Conduct
89
88
 
90
- Everyone interacting in the `Bicycle` project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/schinery/bicycle/blob/master/CODE_OF_CONDUCT.md).
89
+ Everyone interacting in the `Bicycle` project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/technicalpanda/bicycle/blob/main/CODE_OF_CONDUCT.md).
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.2
1
+ 0.9.0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bicycle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart Chinery
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-01 00:00:00.000000000 Z
11
+ date: 2021-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: byebug
@@ -100,19 +100,47 @@ dependencies:
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: '0.79'
103
+ version: '1.7'
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: '0.79'
110
+ version: '1.7'
111
+ - !ruby/object:Gem::Dependency
112
+ name: rubocop-minitest
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '0.10'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '0.10'
125
+ - !ruby/object:Gem::Dependency
126
+ name: rubocop-rake
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '0.5'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '0.5'
111
139
  description: A convenience gem for cycling through a set of values, ported from the
112
140
  'cycle' functionality found in Rails. It is independent of which framework you use
113
141
  so will run in Sinatra, Padrino or straight up Ruby itself.
114
142
  email:
115
- - stuart.chinery@gmail.com
143
+ - code@technicalpanda.co.uk
116
144
  executables: []
117
145
  extensions: []
118
146
  extra_rdoc_files: []
@@ -124,11 +152,11 @@ files:
124
152
  - lib/bicycle.rb
125
153
  - lib/bicycle/methods.rb
126
154
  - lib/bicycle/version.rb
127
- homepage: https://github.com/schinery/bicycle
155
+ homepage: https://github.com/technicalpanda/bicycle
128
156
  licenses:
129
157
  - MIT
130
158
  metadata: {}
131
- post_install_message:
159
+ post_install_message:
132
160
  rdoc_options: []
133
161
  require_paths:
134
162
  - lib
@@ -136,15 +164,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
164
  requirements:
137
165
  - - ">="
138
166
  - !ruby/object:Gem::Version
139
- version: '0'
167
+ version: '2.5'
140
168
  required_rubygems_version: !ruby/object:Gem::Requirement
141
169
  requirements:
142
170
  - - ">="
143
171
  - !ruby/object:Gem::Version
144
172
  version: '0'
145
173
  requirements: []
146
- rubygems_version: 3.1.2
147
- signing_key:
174
+ rubygems_version: 3.1.4
175
+ signing_key:
148
176
  specification_version: 4
149
177
  summary: A convenience gem for cycling through a set of values
150
178
  test_files: []