ruby_dir 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90042f8de1294df912abc4eb680273868844730051943f67bf23b16f262d0fde
4
- data.tar.gz: 7b773fa4d7bedd41dbdae37ef57780686a981074b698a33e129497e019a30f38
3
+ metadata.gz: 8ecb2e09b7525d8f6fbc74b217dedc62b46ba7b15d95aba60deaf44828d66f37
4
+ data.tar.gz: 740195061b86be4a49b3948685dda8a131890f30cd1cbacacd4004a8a074f4b7
5
5
  SHA512:
6
- metadata.gz: 3e7d850ae667baf186ae74a334648d47b8c1886653393810cc052cf0b1fa47bec3b643873c46fc240914a01995965b9f96cf22b839c12676b1e1f7ad219d52c8
7
- data.tar.gz: e6eee7c7acb53c2d3b5c1dd782f167c13c235e3b957acf61e7d544d9efd2a919b39ff555f5adfad702779b46aa0d17c52445a448cacb77bfd239bce591ab9e24
6
+ metadata.gz: a56318c57d2bdd0ed56ded4eec3177ed509df44b6542f2220fce3d32eed8b5a55cdd05e9206fafa51891c60a7a186404c17e1efd0fd010926cf7789b298b54de
7
+ data.tar.gz: e08996c52fd0c600fbbea0a8baba4139025e1e0fe8a25ffdf549cf3cfaf7fb4cdd4b853007f5713296833f6d910bfcfcd9c9b8e5ca2e498517e76914b8da2a31
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_dir (0.1.0)
4
+ ruby_dir (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module RubyDir
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/ruby_dir.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{This is a script for generating a basic ruby directory.}
13
13
  spec.description = %q{This is a script for generating a basic ruby directory with bundler, rake and rspec integrations.}
14
- spec.homepage = "https://github.com/matt-mcalister/ruby-dir"
14
+ spec.homepage = "https://github.com/matt-mcalister/ruby_dir"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_dir
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - matt-mcalister
@@ -59,12 +59,12 @@ files:
59
59
  - lib/ruby_dir.rb
60
60
  - lib/ruby_dir/version.rb
61
61
  - ruby_dir.gemspec
62
- homepage: https://github.com/matt-mcalister/ruby-dir
62
+ homepage: https://github.com/matt-mcalister/ruby_dir
63
63
  licenses:
64
64
  - MIT
65
65
  metadata:
66
66
  allowed_push_host: https://rubygems.org/
67
- homepage_uri: https://github.com/matt-mcalister/ruby-dir
67
+ homepage_uri: https://github.com/matt-mcalister/ruby_dir
68
68
  post_install_message:
69
69
  rdoc_options: []
70
70
  require_paths: