fspath 3.1.1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +0 -2
  3. data/fspath.gemspec +1 -3
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7fba619fd6872e5b2a0e2cc5d86b6dff13eb70c708ea34aa5c23f393543aaad
4
- data.tar.gz: 8a72a6294ba51d2ed8c1c69869a395779dff59543cf9a6ce8a4f73d163eb5bf5
3
+ metadata.gz: c40883308c059d2a8eece037837ee6d0e784f1544969efb7280393e545dffd1b
4
+ data.tar.gz: e963e06b22f11faa2781abc2222aac9a60590cb30db218f0c6813e2c80d66afe
5
5
  SHA512:
6
- metadata.gz: 6a617488913a32266b8f34c169c5d1a7eb7f1339ff344a52dfd0e74b2ab4af177d0578cfc9ce780d3e1e904ffb8e4b528db8c01757bab645000d7584f7b04693
7
- data.tar.gz: e6ebe011147e831b4b101a347be150ffd32f9e8ed91462a35f6893dcac3ced5dc5880acd6e0bc651dbd1f6b0d4a08e291cd0303a1fa3e87c6a34b9c3eba388fe
6
+ metadata.gz: b919998685f849f7e7b9d36a1af5fc81c34965e730b22136ae22e71f75547539bdc4ce7fe458a67dd2e47e502382fa05247284f9833eec1f4ccd6ab431f3c15d
7
+ data.tar.gz: 8acc5794e3d2597a2f065bd34d788cdad7446397d42bc7b4922b7bbf9cef0361e6bf2fa0276b04dce852c9488a6bc983fcbdead8e63ae1b659771c2fb445973d
data/Gemfile CHANGED
@@ -7,5 +7,3 @@ gemspec
7
7
  if ENV['CHECK_RUBIES']
8
8
  gem 'travis_check_rubies', '~> 0.2'
9
9
  end
10
-
11
- gem 'rspec-expectations', '!= 3.8.3' # https://github.com/rspec/rspec-expectations/issues/1113
@@ -2,14 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'fspath'
5
- s.version = '3.1.1'
5
+ s.version = '3.1.2'
6
6
  s.summary = %q{Better than Pathname}
7
7
  s.homepage = "http://github.com/toy/#{s.name}"
8
8
  s.authors = ['Ivan Kuchin']
9
9
  s.license = 'MIT'
10
10
 
11
- s.rubyforge_project = s.name
12
-
13
11
  s.metadata = {
14
12
  'bug_tracker_uri' => "https://github.com/toy/#{s.name}/issues",
15
13
  'documentation_uri' => "https://www.rubydoc.info/gems/#{s.name}/#{s.version}",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fspath
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Kuchin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-25 00:00:00.000000000 Z
11
+ date: 2019-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -59,7 +59,7 @@ licenses:
59
59
  - MIT
60
60
  metadata:
61
61
  bug_tracker_uri: https://github.com/toy/fspath/issues
62
- documentation_uri: https://www.rubydoc.info/gems/fspath/3.1.1
62
+ documentation_uri: https://www.rubydoc.info/gems/fspath/3.1.2
63
63
  source_code_uri: https://github.com/toy/fspath
64
64
  post_install_message:
65
65
  rdoc_options: []