travel_time 0.6.0 → 0.6.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +36 -3
  3. data/lib/travel_time/version.rb +1 -1
  4. metadata +7 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94289b84d4537470999d6c534d87f3471ab7975ad55f0c88a4926cdbc96e97f0
4
- data.tar.gz: ad709dc58a04d251f394b7b268dff697cbbe7e20f4cc397f255d4c96b05a395d
3
+ metadata.gz: af716d7c4c1267d934bb7c5800e3c0e4b87e58d6ec58d5ecdc4a9fa86b8be88d
4
+ data.tar.gz: 472cbf1e167a1dba7f776f7729a47de3f1648267836ccd23fd04ff34b13fc491
5
5
  SHA512:
6
- metadata.gz: 9fc6e8b0a487da700f015594c1777ceee6b85c7728d7ff9269e97bbb8f687b5063234c0d4e8a0741fca7f6072d42fb46a515cb44335818a7a566f86ccc7901a8
7
- data.tar.gz: d50f406b9301cf4e45379318fc4bc2403a87c340b0bc48f024a717deb4e17da0c2f037c3b2ae59d16367bb8641f4aad5532b8a5bdb88ca5fc64a5e392a34bd33
6
+ metadata.gz: 32e49cd7b6fc8fefd2fb84ad7b30dbf8c67d323548d9c4904263b3a6a1b51b0de60af27f73edd4d1b8ab910664225be4884817d93a7a7ed6bfc9e690a2c2a54d
7
+ data.tar.gz: 46394883839d6dfc3ec8893fce80d9abab8ba6dbed2329c595155fc719533ac120de7ecf5d1a22a815d4993c17152d51b437ec6c0cf43efca90c5f35e5acaf67
data/README.md CHANGED
@@ -620,14 +620,47 @@ puts response.body
620
620
 
621
621
  ## Development
622
622
 
623
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can
624
- also run `bin/console` for an interactive prompt that will allow you to experiment.
623
+ ### Set up Ruby Version Manager
624
+
625
+ This is optional, but enables you not installing gems to system directories.
626
+
627
+ 1. Install RVM: https://rvm.io/
628
+ 2. Optional gnome-terminal integration: https://rvm.io/integration/gnome-terminal
629
+ 3. Install and set up Ruby with RVM:
630
+ ```shell
631
+ rvm install ruby-3.2.2
632
+ rvm alias create default ruby-3.2.2
633
+ rvm use ruby-3.2.2
634
+ rvm gemset create traveltime-sdk
635
+ ```
636
+
637
+ ### Start using RVM
638
+
639
+ ```shell
640
+ rvm use default@traveltime-sdk
641
+ ```
642
+
643
+ ### Install dependencies
644
+
645
+ Run `bin/setup` to install dependencies.
646
+
647
+ ### Run tests
648
+
649
+ Run `rake spec` to run the tests.
650
+
651
+ ### Interactive prompt
652
+
653
+ Run `bin/console` for an interactive prompt that will allow you to experiment.
654
+
655
+ ### Installing TravelTime gem
625
656
 
626
657
  To install this gem onto your local machine, run `bundle exec rake install`.
627
658
 
659
+ ### Release
660
+
628
661
  To release a new version, update the version number in `version.rb` and then create a GitHub release. This will trigger
629
662
  a GitHub Action which will push the `.gem` file to [rubygems.org](https://rubygems.org).
630
663
 
631
664
  ## Contributing
632
665
 
633
- Bug reports and pull requests are welcome on GitHub at https://github.com/traveltime-dev/travel_time.
666
+ Bug reports and pull requests are welcome on GitHub at https://github.com/traveltime-dev/traveltime-sdk-ruby.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TravelTime
4
- VERSION = '0.6.0'
4
+ VERSION = '0.6.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travel_time
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - TravelTime Team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-09 00:00:00.000000000 Z
11
+ date: 2025-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-configurable
@@ -50,20 +50,14 @@ dependencies:
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: '3.21'
54
- - - "<"
55
- - !ruby/object:Gem::Version
56
- version: 3.21.9
53
+ version: 3.25.5
57
54
  type: :runtime
58
55
  prerelease: false
59
56
  version_requirements: !ruby/object:Gem::Requirement
60
57
  requirements:
61
58
  - - ">="
62
59
  - !ruby/object:Gem::Version
63
- version: '3.21'
64
- - - "<"
65
- - !ruby/object:Gem::Version
66
- version: 3.21.9
60
+ version: 3.25.5
67
61
  - !ruby/object:Gem::Dependency
68
62
  name: ruby-limiter
69
63
  requirement: !ruby/object:Gem::Requirement
@@ -112,7 +106,7 @@ metadata:
112
106
  homepage_uri: https://traveltime.com
113
107
  source_code_uri: https://github.com/traveltime-dev/traveltime-sdk-ruby
114
108
  changelog_uri: https://github.com/traveltime-dev/traveltime-sdk-ruby/releases
115
- post_install_message:
109
+ post_install_message:
116
110
  rdoc_options: []
117
111
  require_paths:
118
112
  - lib
@@ -128,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
122
  version: '0'
129
123
  requirements: []
130
124
  rubygems_version: 3.1.6
131
- signing_key:
125
+ signing_key:
132
126
  specification_version: 4
133
127
  summary: TravelTime SDK for Ruby programming language
134
128
  test_files: []