listof 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4282ae7e3c0a3f4c98579712cf5ce2f5b27b5981
4
+ data.tar.gz: 47fe4b434cf61dbcd95b6a9f0f6953b2a119292b
5
+ SHA512:
6
+ metadata.gz: 14ba4017f55f16ab485555e3b23db849791daba994887d574b699bdc5f79a46ec0899ef3e169c83806df57aac3946eed8e87eabe251de81e4a46d03563c432a5
7
+ data.tar.gz: 965a4378b6518310d4d7a68b7b27fef44aaa9aa8b6c7da2c8acbc529e147ae13868f204f753b1469ddbbfb5efe1b701c93a8c7c2d944ddc788da5ed6ffefa630
data/.gitignore ADDED
@@ -0,0 +1,17 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in listof.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2014 TODO: Write your name
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,40 @@
1
+ # Listof
2
+
3
+ TODO: Write a gem description & gem installation from repo
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ gem 'listof', :git => 'https://github.com/kevincobain2000/listof', :branch => 'master'
10
+
11
+ And then execute:
12
+
13
+ $ bundle
14
+
15
+ Or install it yourself as:
16
+
17
+ $ gem install listof
18
+
19
+ ## Usage
20
+
21
+ ```
22
+ require 'listof'
23
+
24
+ puts Listof.find("countries")
25
+ puts Listof.find("countries").to_json
26
+ puts Listof.find("occupations").to_yaml
27
+ puts Listof.find("top_movies").to_yaml
28
+ puts Listof.by_alphabet("c")
29
+ puts Listof.all().to_yaml
30
+ ```
31
+
32
+
33
+ ## Contributing
34
+
35
+ 1. Fork it
36
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
37
+ 3. Add Your file with the list in **data/ALPHABET/sushi_fishes.txt**
38
+ 4. Commit your changes (`git commit -am 'Add your list'`)
39
+ 5. Push to the branch (`git push origin my-new-feature`)
40
+ 6. Create new Pull Request to **develop**
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
@@ -0,0 +1,26 @@
1
+ a
2
+ b
3
+ c
4
+ d
5
+ e
6
+ f
7
+ g
8
+ h
9
+ i
10
+ j
11
+ k
12
+ l
13
+ m
14
+ n
15
+ o
16
+ p
17
+ q
18
+ r
19
+ s
20
+ t
21
+ u
22
+ v
23
+ w
24
+ x
25
+ y
26
+ z