bicycle 0.8.2 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/README.md +2 -3
- data/VERSION +1 -1
- metadata +39 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91e02982a182bada33618cb067767f57df2428de8468c5c7f3840eb6ca16a470
|
|
4
|
+
data.tar.gz: d03d93db44c8af7bc228dbdcb9d9e9996c20f749cb7a875192ad19c0af9bc436
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 737ed66f2b53f5a986d2cf4467db294e46f0e8d3c79b4428a3929ba1c8043a11f25e828cf979dfa7dc1d2a51be2aa51f2b34800d51327ea15f252243ee66de3a
|
|
7
|
+
data.tar.gz: bbb82e9ea113fce14c5a09e9c5bfaf3b69a374fa985c8c8f3f4c0b8c9721d3aeb45b48a864250e199d63a3cefa8350d7b5866d38ea6f158ebb6a6008909714e7
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# bicycle
|
|
2
2
|
|
|
3
3
|
[](http://badge.fury.io/rb/bicycle)
|
|
4
|
-
[](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/
|
|
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/
|
|
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.
|
|
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.
|
|
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:
|
|
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: '
|
|
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: '
|
|
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
|
-
-
|
|
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/
|
|
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: '
|
|
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.
|
|
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: []
|