aphorism 0.1.1 → 0.1.2

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: 0a13dee2d9db011ef8c32bd0108ccf33f74fb3c7877eb6a83cb64262efc25b98
4
- data.tar.gz: 66b10ee7d15c2d7dda0961d29fca03833e3278b340f69656d2911da503877d6b
3
+ metadata.gz: f87a3bd785948cb83ef0faf521fcc3c88cf702ea3be94a9658601212fedb1e30
4
+ data.tar.gz: 95366fc53cbd3f4830b2f6f08c6e907a148c4f53fdf15a4c71232e03c5240df4
5
5
  SHA512:
6
- metadata.gz: fd6ffc1d3db2731c472f5ee07c8c910b9f93d3b505c412b4815ae8f0d20fbd661674aef5b8d32d3c6827c5adba05b00833f7c016caf3ba7f41d0520e0fdd78b4
7
- data.tar.gz: 6926e4da59c96b9a0665bafa3ffe728ff99006ff874c9956b6d0dbb5fdab628e0d4416843a860be25c3ed7c6d4c75a58a95712473b2199b48e3261ab29d831d1
6
+ metadata.gz: 1883ca689597e39624374336a86e8b86969d2585013d5dd606ef0f17bf225fa2b707a9760dbbf32778a71db366e3f15e0be7c143264495fe5a01ea8c9a7cdf89
7
+ data.tar.gz: 73061001f736eaf0ae9f537a63e269eb218fda05c247a087d452d79811baf2b7164eb556596a32bc553ffb78f2ea5a48004b142a113cc93118b93b24b4b8cd4f
@@ -1,3 +1,3 @@
1
1
  module Aphorism
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/aphorism.rb CHANGED
@@ -1,5 +1,4 @@
1
1
  require "aphorism/version"
2
- require "pry"
3
2
 
4
3
  module Aphorism
5
4
  class Error < StandardError; end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aphorism
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kate Donaldson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-06-21 00:00:00.000000000 Z
11
+ date: 2019-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,20 +52,6 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- - !ruby/object:Gem::Dependency
56
- name: pry
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - "~>"
60
- - !ruby/object:Gem::Version
61
- version: '0.12'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - "~>"
67
- - !ruby/object:Gem::Version
68
- version: '0.12'
69
55
  description:
70
56
  email:
71
57
  - kate@katelovescode.com
@@ -74,26 +60,13 @@ executables:
74
60
  extensions: []
75
61
  extra_rdoc_files: []
76
62
  files:
77
- - ".gitignore"
78
- - ".rspec"
79
- - ".ruby-gemset"
80
- - ".ruby-version"
81
- - ".travis.yml"
82
63
  - CODE_OF_CONDUCT.md
83
- - Gemfile
84
- - Gemfile.lock
85
64
  - LICENSE.txt
86
65
  - README.md
87
- - Rakefile
88
- - aphorism-0.1.0.gem
89
- - aphorism.gemspec
90
- - bin/console
91
- - bin/setup
92
66
  - exe/aphorism
93
67
  - lib/aphorism.rb
94
68
  - lib/aphorism/version.rb
95
69
  - lib/content/aphorisms.txt
96
- - lolcatdemo.png
97
70
  homepage: https://github.com/katelovescode/aphorism
98
71
  licenses:
99
72
  - MIT
data/.gitignore DELETED
@@ -1,11 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
9
-
10
- # rspec failure tracking
11
- .rspec_status
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --format documentation
2
- --color
3
- --require spec_helper
data/.ruby-gemset DELETED
@@ -1 +0,0 @@
1
- aphorism
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- 2.6.3
data/.travis.yml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- sudo: false
3
- language: ruby
4
- cache: bundler
5
- rvm:
6
- - 2.6.3
7
- before_install: gem install bundler -v 2.0.2
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- # Specify your gem's dependencies in aphorism.gemspec
4
- gemspec
data/Gemfile.lock DELETED
@@ -1,41 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- aphorism (0.1.1)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- coderay (1.1.2)
10
- diff-lcs (1.3)
11
- method_source (0.9.2)
12
- pry (0.12.2)
13
- coderay (~> 1.1.0)
14
- method_source (~> 0.9.0)
15
- rake (10.5.0)
16
- rspec (3.8.0)
17
- rspec-core (~> 3.8.0)
18
- rspec-expectations (~> 3.8.0)
19
- rspec-mocks (~> 3.8.0)
20
- rspec-core (3.8.1)
21
- rspec-support (~> 3.8.0)
22
- rspec-expectations (3.8.4)
23
- diff-lcs (>= 1.2.0, < 2.0)
24
- rspec-support (~> 3.8.0)
25
- rspec-mocks (3.8.1)
26
- diff-lcs (>= 1.2.0, < 2.0)
27
- rspec-support (~> 3.8.0)
28
- rspec-support (3.8.2)
29
-
30
- PLATFORMS
31
- ruby
32
-
33
- DEPENDENCIES
34
- aphorism!
35
- bundler (~> 2.0)
36
- pry (~> 0.12)
37
- rake (~> 10.0)
38
- rspec (~> 3.0)
39
-
40
- BUNDLED WITH
41
- 2.0.2
data/Rakefile DELETED
@@ -1,6 +0,0 @@
1
- require "bundler/gem_tasks"
2
- require "rspec/core/rake_task"
3
-
4
- RSpec::Core::RakeTask.new(:spec)
5
-
6
- task :default => :spec
data/aphorism-0.1.0.gem DELETED
Binary file
data/aphorism.gemspec DELETED
@@ -1,32 +0,0 @@
1
- lib = File.expand_path("lib", __dir__)
2
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
- require "aphorism/version"
4
-
5
- Gem::Specification.new do |spec|
6
- spec.name = "aphorism"
7
- spec.version = Aphorism::VERSION
8
- spec.authors = ["Kate Donaldson"]
9
- spec.email = ["kate@katelovescode.com"]
10
-
11
- spec.summary = %q{Gem to generate a random aphorism or quote.}
12
- spec.homepage = "https://github.com/katelovescode/aphorism"
13
- spec.license = "MIT"
14
-
15
- spec.metadata["homepage_uri"] = spec.homepage
16
- spec.metadata["source_code_uri"] = "https://github.com/katelovescode/aphorism"
17
- spec.metadata["changelog_uri"] = "https://github.com/katelovescode/aphorism/releases"
18
-
19
- # Specify which files should be added to the gem when it is released.
20
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
21
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
22
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
23
- end
24
- spec.bindir = "exe"
25
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
26
- spec.require_paths = ["lib"]
27
-
28
- spec.add_development_dependency "bundler", "~> 2.0"
29
- spec.add_development_dependency "rake", "~> 10.0"
30
- spec.add_development_dependency "rspec", "~> 3.0"
31
- spec.add_development_dependency "pry", "~> 0.12"
32
- end
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "aphorism"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start(__FILE__)
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here
data/lolcatdemo.png DELETED
Binary file