We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec868ec commit 5b511efCopy full SHA for 5b511ef
base64.gemspec
@@ -1,8 +1,6 @@
1
-require_relative 'lib/base64/version'
2
-
3
Gem::Specification.new do |spec|
4
spec.name = "base64"
5
- spec.version = Base64::VERSION
+ spec.version = "0.1.0"
6
spec.authors = ["Yusuke Endoh"]
7
spec.email = ["mame@ruby-lang.org"]
8
lib/base64/version.rb
0 commit comments