listof 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4282ae7e3c0a3f4c98579712cf5ce2f5b27b5981
4
- data.tar.gz: 47fe4b434cf61dbcd95b6a9f0f6953b2a119292b
3
+ metadata.gz: 68b5059d9651c1820b4e2aaedfaca9eacbcd0e69
4
+ data.tar.gz: e136b0bf020c5509c6d4a9485910cb80e66ab022
5
5
  SHA512:
6
- metadata.gz: 14ba4017f55f16ab485555e3b23db849791daba994887d574b699bdc5f79a46ec0899ef3e169c83806df57aac3946eed8e87eabe251de81e4a46d03563c432a5
7
- data.tar.gz: 965a4378b6518310d4d7a68b7b27fef44aaa9aa8b6c7da2c8acbc529e147ae13868f204f753b1469ddbbfb5efe1b701c93a8c7c2d944ddc788da5ed6ffefa630
6
+ metadata.gz: a2b38288d5f3b9e36e9a0dc908f61aa113e6131219ca15d86aa14df23edd4457a0bc38b0e7b49210ec0033cd7d51669696839a639954cb0813f916facb08bfbd
7
+ data.tar.gz: 55fb06328fd05e277538a7d1ef17a0d9c0c74afc95fcab8533810324afaf4b037eb9fbc42cb9fec4d4993c5dcc974e45043b2380fa5a1cf399dea30f0692c6d8
data/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ # Demo and API
2
+
3
+ http://listof.herokuapp.com/api/dog_names_male
4
+
1
5
  # Listof
2
6
 
3
7
  TODO: Write a gem description & gem installation from repo
@@ -998,5 +998,3 @@ velazquez
998
998
  whitley
999
999
  noel
1000
1000
  vang
1001
-
1002
- Read more at http://names.mongabay.com/most_common_surnames.htm#68FDpvhkUx25hGzb.99
data/install_local.sh ADDED
@@ -0,0 +1,3 @@
1
+ #!/bin/bash
2
+
3
+ git add .;gem build listof.gemspec ;gem install listof;
@@ -1,3 +1,3 @@
1
1
  module Listof
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/listof.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.email = ["kevincobain2000@gmail.com"]
9
9
  spec.description = %q{List me up}
10
10
  spec.summary = %q{List of anything countries, cities, food, allergies, shops}
11
- spec.homepage = ""
11
+ spec.homepage = "http://listof.herokuapp.com/api/dog_names_male"
12
12
  spec.license = "MIT"
13
13
 
14
14
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: listof
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pulkit Kathuria
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-22 00:00:00.000000000 Z
11
+ date: 2014-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -106,12 +106,13 @@ files:
106
106
  - data/x/xbox_games.txt
107
107
  - data/y/youtubers.txt
108
108
  - data/z/zombie_movies.txt
109
+ - install_local.sh
109
110
  - lib/listof.rb
110
111
  - lib/listof/thelister.rb
111
112
  - lib/listof/version.rb
112
113
  - listof.gemspec
113
114
  - test/listof.rb
114
- homepage: ''
115
+ homepage: http://listof.herokuapp.com/api/dog_names_male
115
116
  licenses:
116
117
  - MIT
117
118
  metadata: {}
@@ -131,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
132
  version: '0'
132
133
  requirements: []
133
134
  rubyforge_project:
134
- rubygems_version: 2.0.3
135
+ rubygems_version: 2.0.14
135
136
  signing_key:
136
137
  specification_version: 4
137
138
  summary: List of anything countries, cities, food, allergies, shops