doge_woof 0.1.10 → 0.1.11

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
- SHA1:
3
- metadata.gz: a0833ee542db2517c8fd7f3a41715a0de5821a98
4
- data.tar.gz: be1ab0cb508980903ebfff54289a2b5a011c1b20
2
+ SHA256:
3
+ metadata.gz: b1c15acf22da1331fcfffe1392ec66b817f94e3dc0a9681c16a540b5fa37e35e
4
+ data.tar.gz: d584139d4bd0dfc65ff8b61139111e35309e0b5087c6c5b036db9bcfea6750a0
5
5
  SHA512:
6
- metadata.gz: d37eee28e428c5b5aff08fe003b19e2b32c535ef2f70501308b0b4ec9e0c2fce565da243a2af61d4b8570f9412917581fd42ebc57718e882f368e253aa96e1e2
7
- data.tar.gz: 49be0e331f916f75ab408d04abb77e7ec297d139ac02e9806c11d429f0fa00cd0fae403f69d0f859fc317a42080efc743c9cbafb8d385e899c10b1423d891b9e
6
+ metadata.gz: '08fb29514e506d4a467cb0af396a9dbeaba425b78b424534e8d084e7619e8dedbbb2fc622d52e244849e39699f0f4c50d8c2fad841f21c6cce7d44366732ba09'
7
+ data.tar.gz: c4160f2fb5d7a9d42c06a582476e0946241d1f126e52f691d6e2e2f51b8e0130f0357d543a6f382df4c3526fa65c7dc1509d5e3d39f2418a913226af4988bfae
data/.gitignore CHANGED
@@ -1,6 +1,5 @@
1
1
  /.bundle/
2
2
  /.yardoc
3
- /Gemfile.lock
4
3
  /_yardoc/
5
4
  /coverage/
6
5
  /doc/
data/Gemfile CHANGED
@@ -1,4 +1,5 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in doge_woof.gemspec
4
- gemspec
4
+
5
+ gem 'rake'
@@ -0,0 +1,13 @@
1
+ GEM
2
+ remote: https://rubygems.org/
3
+ specs:
4
+ rake (13.0.1)
5
+
6
+ PLATFORMS
7
+ ruby
8
+
9
+ DEPENDENCIES
10
+ rake
11
+
12
+ BUNDLED WITH
13
+ 2.1.4
@@ -6,12 +6,12 @@ require 'doge_woof/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "doge_woof"
8
8
  spec.version = DogeWoof::VERSION
9
- spec.authors = ["Ruppal Singh"]
10
- spec.email = ["ruppalsingh.dv@gmail.com"]
9
+ spec.authors = ["hirusi"]
10
+ spec.email = ["inbox@rusingh.com"]
11
11
 
12
12
  spec.summary = "Woofs a doge response in the specified word/line/paragraph length."
13
13
  spec.description = "Wow ipsum. Such lorem. Leave ipsum lorem behind! Amaze your fellow devs."
14
- spec.homepage = "http://github.com/ruppalsingh/my_doge"
14
+ spec.homepage = "http://github.com/hirusi/doge_woof"
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
17
17
  # delete this section to allow pushing this gem to any host.
@@ -22,8 +22,8 @@ Gem::Specification.new do |spec|
22
22
  end
23
23
 
24
24
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
- spec.bindir = "exe"
26
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
25
+ spec.bindir = "bin"
26
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
27
27
  spec.require_paths = ["lib"]
28
28
 
29
29
  spec.add_development_dependency "bundler", "~> 1.10"
@@ -1,3 +1,3 @@
1
1
  module DogeWoof
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doge_woof
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
- - Ruppal Singh
7
+ - hirusi
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-22 00:00:00.000000000 Z
11
+ date: 2020-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -54,14 +54,17 @@ dependencies:
54
54
  version: 0.1.10
55
55
  description: Wow ipsum. Such lorem. Leave ipsum lorem behind! Amaze your fellow devs.
56
56
  email:
57
- - ruppalsingh.dv@gmail.com
58
- executables: []
57
+ - inbox@rusingh.com
58
+ executables:
59
+ - console
60
+ - setup
59
61
  extensions: []
60
62
  extra_rdoc_files: []
61
63
  files:
62
64
  - ".gitignore"
63
65
  - ".travis.yml"
64
66
  - Gemfile
67
+ - Gemfile.lock
65
68
  - README.md
66
69
  - Rakefile
67
70
  - bin/console
@@ -69,7 +72,7 @@ files:
69
72
  - doge_woof.gemspec
70
73
  - lib/doge_woof.rb
71
74
  - lib/doge_woof/version.rb
72
- homepage: http://github.com/ruppalsingh/my_doge
75
+ homepage: http://github.com/hirusi/doge_woof
73
76
  licenses: []
74
77
  metadata:
75
78
  allowed_push_host: https://rubygems.org
@@ -88,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
91
  - !ruby/object:Gem::Version
89
92
  version: '0'
90
93
  requirements: []
91
- rubyforge_project:
92
- rubygems_version: 2.4.8
94
+ rubygems_version: 3.1.2
93
95
  signing_key:
94
96
  specification_version: 4
95
97
  summary: Woofs a doge response in the specified word/line/paragraph length.