atome_eVe 0.1.0.0.0 → 0.1.0.0.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 +4 -4
- data/README.md +1 -1
- data/atome_eVe.gemspec +2 -1
- data/lib/atome_eVe.rb +2 -6
- data/lib/{atome_eVe → eVe}/init.rb +0 -1
- data/lib/{atome_eVe → eVe}/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec0c847b3b282967f232266434d895585a578afc05b0b0fe8e26f16e1ecc4480
|
|
4
|
+
data.tar.gz: 4d0138c8af264ccd9215d8716695a22aec2bb1bf8773040cd70b4a4865474af2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66cfb7c567cbc4219da1c542856664a36bc8b597bb7f17a460fc4002db75f5e84051a79d2d71fd067c1f79e2f4c468a94cb3970cea551e3fc7655d0e7afb2230
|
|
7
|
+
data.tar.gz: c8a097860eb0a2634e511844c5f9987edded062a958875d597a64601c46f441772334e34a1456413629719eacf1c3957a3465145e56c524d0c56a89dfa17883d
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
TODO: Delete this and the text below, and describe your gem
|
|
4
4
|
|
|
5
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/
|
|
5
|
+
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/eVe`. To experiment with that code, run `bin/console` for an interactive prompt.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
data/atome_eVe.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
require_relative "lib/
|
|
3
|
+
require_relative "lib/eVe/version"
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "atome_eVe"
|
|
@@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
spec.required_ruby_version = '>= 3.1'
|
|
16
16
|
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
|
|
17
|
+
# spec.metadata['allowed_push_host'] = 'http://local.only'
|
|
17
18
|
|
|
18
19
|
spec.metadata['homepage_uri'] = spec.homepage
|
|
19
20
|
spec.metadata['source_code_uri'] = 'https://github.com/atomecorp/atome'
|
data/lib/atome_eVe.rb
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
require_relative "
|
|
4
|
-
require_relative "
|
|
3
|
+
require_relative "eVe/version"
|
|
4
|
+
require_relative "eVe/init"
|
|
5
5
|
|
|
6
|
-
# module AtomeEVe
|
|
7
|
-
# class Error < StandardError; end
|
|
8
|
-
# # Your code goes here...
|
|
9
|
-
# end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: atome_eVe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0.0.
|
|
4
|
+
version: 0.1.0.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jean-Eric Godard
|
|
@@ -24,8 +24,8 @@ files:
|
|
|
24
24
|
- Rakefile
|
|
25
25
|
- atome_eVe.gemspec
|
|
26
26
|
- lib/atome_eVe.rb
|
|
27
|
-
- lib/
|
|
28
|
-
- lib/
|
|
27
|
+
- lib/eVe/init.rb
|
|
28
|
+
- lib/eVe/version.rb
|
|
29
29
|
- sig/atome_eVe.rbs
|
|
30
30
|
homepage: https://atome.one
|
|
31
31
|
licenses:
|