rosettacode 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +10 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1dcc40c5f3d3b1c88dc4c6d8b7c2587fa5e2dd0a
4
- data.tar.gz: 3a34678dff5e22c293785ffb7c8c4d0412056001
3
+ metadata.gz: d411889bf538e5c3027772898c65ed1f3761eafc
4
+ data.tar.gz: acf86a0e029c4bae69ad519d1b44f3465b5e8242
5
5
  SHA512:
6
- metadata.gz: d2148508fd694be44e98d4b02155d19dbd7f49ff6e6afd63425aa340c318b7464f9b2ad77728830e2adb17d7caa34450cf32b49c896d5d0a7863ba5938c39b6e
7
- data.tar.gz: 3b62013d62817c777eb96885d7d7a598674611a7896914ea27a464bca56014f2e732634cc9799c033e7c560604ab3b3f50de805a9daac78a5db5c85f485360b1
6
+ metadata.gz: 6508b35699ec4902dfb813dd63ba1da67e80a1ad462481f5833f9ed15efd5cfa208601c0bc61772736e206b735b41fd0e003ec74f9944181c4bc8e7be3f656f0
7
+ data.tar.gz: 8ba70e09b80c6b1db4f2ae4408a961527f580bcb58f8671cad3045bda3f8b9901d91a47b909763433f4f3ff377ef32a88f7da314bd909ce08c8aead15b714a71
metadata CHANGED
@@ -1,19 +1,23 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rosettacode
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lev Kravinsky
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-05 00:00:00.000000000 Z
11
+ date: 2015-07-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: 'useage: `Lazy::Rosetta.search(query, language)`. Language defaults to
14
- Ruby if not otherwise specified. Example queries include ''FizzBuzz'' and ''Fibonacci_sequence''.
15
- See the blog post on this at http://lev.io and the repo at http://github.com/kravinskylev/rosetta
16
- for more details'
13
+ description: |-
14
+ are you failing your Intro to Comp Sci course because you can't figure out how to google answers to basic programming challenges? Or maybe you're totally unprepared for job interviews and feel the need to cheat in order to not be outed as a terrible programmer. If either of these sound like you, check out rosettacode!
15
+
16
+ useage: `Lazy::Rosetta.search(query, language)`. Language defaults to Ruby if not otherwise specified. Example queries include 'FizzBuzz' and 'Fibonacci_sequence'.
17
+
18
+ See the blog post on this at http://lev.io and the repo at http://github.com/kravinskylev/rosetta for more details
19
+
20
+ note: this isn't actually for cheating, please don't do that. it's an expirement in web scraping.
17
21
  email: kravinskylev@gmail.com
18
22
  executables: []
19
23
  extensions: []