couchsurfing 0.1.0.alpha → 0.1.0

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: 7091f4bdd2c76102d6dc455a7149d55ef06e497a
4
- data.tar.gz: 97c9ce31a6535ca049878df203fd9586c119b302
3
+ metadata.gz: db25cc93db67c24f61fc87cb7cf4d92200146db5
4
+ data.tar.gz: c546d84af69d7ef77a864e1831b93adf786d27f4
5
5
  SHA512:
6
- metadata.gz: c562151a43fd2b77ab87d16eb81ef607c777e0c548cb58bbf01ebd357e08c9372712c45cdcee15572486faf53bab1715135a0b22c7eb72541ef517344a3eedf7
7
- data.tar.gz: 5a09ffa2d9f085529f4204c66c71baa4d657d1246479a0724935fcfa52d8a0e1a8dc0270228fbd731288bc1c594b89e58af53bd2a0dff81d29a59a526f916dc6
6
+ metadata.gz: 751f23fafcc63c52e337c9827bc64ed2635c05555443ae0ae75f7fea83c1cc29a7e7908c675a2e08c2df66e48c83868ea749de74f5e015d05616ab66b7b3d2eb
7
+ data.tar.gz: a7a83a75550f3ebec7974d7197c0ab317c7b66f60b92a5bc9392aeb533d6eae1f6a570c5bdcf1789c3383fa39ce52a91a0654af6598df91111b212f8eeaa3cc5
data/Gemfile CHANGED
@@ -2,5 +2,4 @@ source "https://rubygems.org"
2
2
 
3
3
  git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
4
 
5
- # Specify your gem's dependencies in couchsurfing.gemspec
6
5
  gemspec
@@ -10,7 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["lifechangingstuff@gmail.com"]
11
11
 
12
12
  spec.summary = 'This is a Flatiron CLI Data Gem Project.'
13
- spec.description = 'This gem connects travelers to hosts across the country that have available housing accommodations.'
13
+ spec.description = 'This gem connects travelers to hosts across the' \
14
+ ' country that have available housing accommodations.'
14
15
  spec.homepage = ''
15
16
  spec.license = "MIT"
16
17
 
@@ -1,3 +1,3 @@
1
1
  module Couchsurfing
2
- VERSION = "0.1.0.alpha"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: couchsurfing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.alpha
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - NickisKnowledge
@@ -122,6 +122,7 @@ files:
122
122
  - bin/console
123
123
  - bin/couchsurfing
124
124
  - bin/setup
125
+ - couchsurfing-0.1.0.alpha.gem
125
126
  - couchsurfing.gemspec
126
127
  - lib/couchsurfing.rb
127
128
  - lib/couchsurfing/cli.rb
@@ -145,9 +146,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
145
146
  version: '0'
146
147
  required_rubygems_version: !ruby/object:Gem::Requirement
147
148
  requirements:
148
- - - ">"
149
+ - - ">="
149
150
  - !ruby/object:Gem::Version
150
- version: 1.3.1
151
+ version: '0'
151
152
  requirements: []
152
153
  rubyforge_project:
153
154
  rubygems_version: 2.4.8