rosettacode 0.0.6 → 0.0.7

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 +9 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d411889bf538e5c3027772898c65ed1f3761eafc
4
- data.tar.gz: acf86a0e029c4bae69ad519d1b44f3465b5e8242
3
+ metadata.gz: e5d2958154c973ba77a00747f1bc3a9e7a2d9843
4
+ data.tar.gz: 12ac34c6412984017012d4a03cf367732172b17e
5
5
  SHA512:
6
- metadata.gz: 6508b35699ec4902dfb813dd63ba1da67e80a1ad462481f5833f9ed15efd5cfa208601c0bc61772736e206b735b41fd0e003ec74f9944181c4bc8e7be3f656f0
7
- data.tar.gz: 8ba70e09b80c6b1db4f2ae4408a961527f580bcb58f8671cad3045bda3f8b9901d91a47b909763433f4f3ff377ef32a88f7da314bd909ce08c8aead15b714a71
6
+ metadata.gz: 7d2c8d2f34030cc9bf427708a7fadb0ad32a19897392a03bf90497d2e88bfae07c3b97384518e6d316ee18bafcf298068d392d0bf40adcb1490f94e8d9006231
7
+ data.tar.gz: bf69bba9484aa3c518b7ec1d8eba47e957aebce64719c08790c4f96330c97dc8548b89671ebe40b35c703b24169711581a14e448fb774cca100fd1980553527b
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rosettacode
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lev Kravinsky
@@ -12,10 +12,17 @@ date: 2015-07-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
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
-
15
+ <br>
16
+ <br>
16
17
  useage: `Lazy::Rosetta.search(query, language)`. Language defaults to Ruby if not otherwise specified. Example queries include 'FizzBuzz' and 'Fibonacci_sequence'.
18
+ <br>
19
+ <br>
20
+
17
21
 
18
22
  See the blog post on this at http://lev.io and the repo at http://github.com/kravinskylev/rosetta for more details
23
+ <br>
24
+ <br>
25
+
19
26
 
20
27
  note: this isn't actually for cheating, please don't do that. it's an expirement in web scraping.
21
28
  email: kravinskylev@gmail.com