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 +4 -4
- data/Gemfile +0 -1
- data/couchsurfing-0.1.0.alpha.gem +0 -0
- data/couchsurfing.gemspec +2 -1
- data/lib/couchsurfing/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db25cc93db67c24f61fc87cb7cf4d92200146db5
|
|
4
|
+
data.tar.gz: c546d84af69d7ef77a864e1831b93adf786d27f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 751f23fafcc63c52e337c9827bc64ed2635c05555443ae0ae75f7fea83c1cc29a7e7908c675a2e08c2df66e48c83868ea749de74f5e015d05616ab66b7b3d2eb
|
|
7
|
+
data.tar.gz: a7a83a75550f3ebec7974d7197c0ab317c7b66f60b92a5bc9392aeb533d6eae1f6a570c5bdcf1789c3383fa39ce52a91a0654af6598df91111b212f8eeaa3cc5
|
data/Gemfile
CHANGED
|
Binary file
|
data/couchsurfing.gemspec
CHANGED
|
@@ -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
|
|
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
|
|
data/lib/couchsurfing/version.rb
CHANGED
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
|
|
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:
|
|
151
|
+
version: '0'
|
|
151
152
|
requirements: []
|
|
152
153
|
rubyforge_project:
|
|
153
154
|
rubygems_version: 2.4.8
|