summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2019-04-15 11:55:40 -0600
committermokha <mokha@cisco.com>2019-04-15 11:55:40 -0600
commit82f33412bae63328d4edfcab343f9db90d2f3e71 (patch)
treef12048c75f56caddd4611f8bf9deacf545b2b8c7
parent8b85738cab60c897edb4bf723167542cdd5b0b1d (diff)
rename to blumfumpv0.1.0
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
-rw-r--r--README.md19
-rwxr-xr-xbin/console2
-rw-r--r--blumfump.gemspec (renamed from baku.gemspec)8
-rw-r--r--lib/blumfump.rb (renamed from lib/baku.rb)4
-rw-r--r--lib/blumfump/version.rb (renamed from lib/baku/version.rb)2
-rw-r--r--spec/baku_spec.rb3
-rw-r--r--spec/blumfump_spec.rb3
-rw-r--r--spec/spec_helper.rb2
10 files changed, 25 insertions, 24 deletions
diff --git a/Gemfile b/Gemfile
index 663804e..bddd27b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,4 @@
source "https://rubygems.org"
-# Specify your gem's dependencies in baku.gemspec
+# Specify your gem's dependencies in blumfump.gemspec
gemspec
diff --git a/Gemfile.lock b/Gemfile.lock
index beb523c..9158c5b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- baku (0.1.0)
+ blumfump (0.1.0)
GEM
remote: https://rubygems.org/
@@ -26,7 +26,7 @@ PLATFORMS
ruby
DEPENDENCIES
- baku!
+ blumfump!
bundler (~> 2.0)
rake (~> 10.0)
rspec (~> 3.0)
diff --git a/README.md b/README.md
index 5baf90b..5db03cb 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
-# Baku
+# Blumfump
-> The Baku is a gigantic sea serpent which inhabits a community of Mer people on an unknown ice planet.
-> It inhabits the deep-sea realm under a thick layer of polar ice, surviving by mind-controlling it's prey around it to feed themselves to the "Baku garden": the resting place of the manipulative worm.
-> When Hunk and Lance become stranded in the undersea kingdom, they help to rid the populous of control by killing the Baku.
+> Blumfump is a Mer alien living on a Frozen Planet who recruited Lance's help to save his underwater home from brainwashing.
+> He, Plaxum and Swirn kidnapped Lance from Queen Luxia and convinced him that their society was being brainwashed.
+> Later, Lance and Hunk discovered that it was in fact a giant, plant-like worm monster hiding in the Baku garden that was behind the mind control.
+> Once the Paladins defeated the monster, Queen Luxia asked Blumpfump, Plaxum, and Swirn to be become her advisors.
-- https://voltron.fandom.com/wiki/Baku
+- https://voltron.fandom.com/wiki/Blumfump
This gem override Kernel#sleep to a `noop`.
@@ -13,7 +14,7 @@ This gem override Kernel#sleep to a `noop`.
Add this line to your application's Gemfile:
```ruby
-gem 'baku'
+gem 'blumfump'
```
And then execute:
@@ -22,12 +23,12 @@ And then execute:
Or install it yourself as:
- $ gem install baku
+ $ gem install blumfump
## Usage
```ruby
-require 'baku'
+require 'blumfump'
```
## Development
@@ -38,7 +39,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/mokhan/baku.
+Bug reports and pull requests are welcome on GitHub at https://github.com/mokhan/blumfump.
## License
diff --git a/bin/console b/bin/console
index a3e997b..8aebd24 100755
--- a/bin/console
+++ b/bin/console
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
require "bundler/setup"
-require "baku"
+require "blumfump"
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
diff --git a/baku.gemspec b/blumfump.gemspec
index 692ad8d..6880d65 100644
--- a/baku.gemspec
+++ b/blumfump.gemspec
@@ -1,17 +1,17 @@
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
-require "baku/version"
+require "blumfump/version"
Gem::Specification.new do |spec|
- spec.name = "baku"
- spec.version = Baku::VERSION
+ spec.name = "blumfump"
+ spec.version = Blumfump::VERSION
spec.authors = ["mokha"]
spec.email = ["mokha@cisco.com"]
spec.summary = %q{Don't sleep.}
spec.description = %q{Don't sleep.}
- spec.homepage = "https://github.com/mokhan/baku"
+ spec.homepage = "https://github.com/mokhan/blumfump"
spec.license = "MIT"
# Specify which files should be added to the gem when it is released.
diff --git a/lib/baku.rb b/lib/blumfump.rb
index eb65f48..a041a13 100644
--- a/lib/baku.rb
+++ b/lib/blumfump.rb
@@ -1,6 +1,6 @@
-require "baku/version"
+require "blumfump/version"
-module Baku
+module Blumfump
class Error < StandardError; end
end
diff --git a/lib/baku/version.rb b/lib/blumfump/version.rb
index efbf453..e03bae3 100644
--- a/lib/baku/version.rb
+++ b/lib/blumfump/version.rb
@@ -1,3 +1,3 @@
-module Baku
+module Blumfump
VERSION = "0.1.0"
end
diff --git a/spec/baku_spec.rb b/spec/baku_spec.rb
deleted file mode 100644
index ad5116d..0000000
--- a/spec/baku_spec.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-RSpec.describe Baku do
- specify { expect(Baku::VERSION).not_to be_nil }
-end
diff --git a/spec/blumfump_spec.rb b/spec/blumfump_spec.rb
new file mode 100644
index 0000000..3ab30ba
--- /dev/null
+++ b/spec/blumfump_spec.rb
@@ -0,0 +1,3 @@
+RSpec.describe Blumfump do
+ specify { expect(Blumfump::VERSION).not_to be_nil }
+end
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index c7ca482..c5645e8 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,5 +1,5 @@
require "bundler/setup"
-require "baku"
+require "blumfump"
RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure