rorr 0.1.0 → 0.1.1
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/.codeclimate.yml +16 -0
- data/Gemfile +1 -1
- data/README.md +7 -4
- data/lib/rorr/version.rb +1 -1
- data/lib/spec_helper.rb +1 -1
- data/spec/spec_helper.rb +2 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e42ca4ace0bd14ca5fc7c30d34e5f76264615da
|
|
4
|
+
data.tar.gz: 682afcffc0497809200c573084d4a0cfc44ba31a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23880c31c073f9389bc06b54652ba388c29b3343945f307807bb7f87bb9ac0db0ad41f3876b3e3f17cbf3b959d8b6211e1b65a419dce8f0cec905622ede50424
|
|
7
|
+
data.tar.gz: 77ed8379c00083b77a29a518eea9c135643e5d0903396707d261dedc21d618722777f440f3510056b5d198f58012b5b48c861f0ab1ed04a4ce6de7de15d20720
|
data/.codeclimate.yml
ADDED
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
# RorR
|
|
2
2
|
|
|
3
|
-
[](https://badge.fury.io/rb/rorr)
|
|
4
4
|
[](https://travis-ci.org/mgleon08/rorr)
|
|
5
|
+
[](https://coveralls.io/github/mgleon08/rorr?branch=master)
|
|
6
|
+
[](https://codeclimate.com/github/mgleon08/rorr)
|
|
7
|
+
[](https://hakiri.io/github/mgleon08/rorr/master)
|
|
5
8
|
|
|
6
9
|
RorR(Ruby or Rails) is a test designed to evaluate the Ruby or Rails proficiency and artificial intelligence in a fun, interactive way.
|
|
7
10
|
|
|
@@ -138,7 +141,7 @@ Usage: rorr [options]
|
|
|
138
141
|
##Questions Reference
|
|
139
142
|
|
|
140
143
|
If you have good questions welcome to pull requests or comments
|
|
141
|
-
on GitHub at `https://github.com/mgleon08/rorr`
|
|
144
|
+
on GitHub at [`https://github.com/mgleon08/rorr/pulls`](https://github.com/mgleon08/rorr/pulls)
|
|
142
145
|
|
|
143
146
|
* [Rails Hurts quiz](http://railshurts.com/quiz/)
|
|
144
147
|
* [11 Essential Ruby Interview Questions*](https://www.toptal.com/ruby/interview-questions)
|
|
@@ -147,9 +150,9 @@ on GitHub at `https://github.com/mgleon08/rorr`
|
|
|
147
150
|
|
|
148
151
|
## Contributing
|
|
149
152
|
|
|
150
|
-
Bug reports and pull requests are welcome on GitHub at `https://github.com/mgleon08/rorr`
|
|
153
|
+
Bug reports and pull requests are welcome on GitHub at [`https://github.com/mgleon08/rorr/pulls`](https://github.com/mgleon08/rorr/pulls)
|
|
151
154
|
|
|
152
155
|
## Copyright & License
|
|
153
156
|
|
|
154
157
|
* Copyright (c) 2016 Leon Ji. See [LICENSE.txt](https://github.com/mgleon08/rorr/blob/master/LICENSE.txt) for further details.
|
|
155
|
-
* The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
|
158
|
+
* The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
data/lib/rorr/version.rb
CHANGED
data/lib/spec_helper.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rorr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Leon Ji
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-08-
|
|
11
|
+
date: 2016-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -89,6 +89,7 @@ executables:
|
|
|
89
89
|
extensions: []
|
|
90
90
|
extra_rdoc_files: []
|
|
91
91
|
files:
|
|
92
|
+
- ".codeclimate.yml"
|
|
92
93
|
- ".gitignore"
|
|
93
94
|
- ".rspec"
|
|
94
95
|
- ".travis.yml"
|