atome_eVe 0.1.0.0.0 → 0.1.0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e07c6c6fc23231355b9ea2ab47c936230133c2a581fd1232e230bcd122cb2c77
4
- data.tar.gz: 62ac24a4191c00d96097de0151cb7daa98b1286f7566a08ad94f3f506d31df5f
3
+ metadata.gz: ec0c847b3b282967f232266434d895585a578afc05b0b0fe8e26f16e1ecc4480
4
+ data.tar.gz: 4d0138c8af264ccd9215d8716695a22aec2bb1bf8773040cd70b4a4865474af2
5
5
  SHA512:
6
- metadata.gz: 2c4e078d0954a56a20a4b0a6f9194e43ac9204cc7e78468b58e2f92a6a51ca2883a35cdbea7bf9d132acce83ae59ce91ec419c870c36237abf0030755e699894
7
- data.tar.gz: 57321bf1b90ab8ded00500eb2e117ece472617dea92bea870c9f50833b8698988e9654fed4f085886419d6044cdf7b0c9a87c0ccfe7d933e5303b341c17492e1
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/atome_eVe`. To experiment with that code, run `bin/console` for an interactive prompt.
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/atome_eVe/version"
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 "atome_eVe/version"
4
- require_relative "atome_eVe/init"
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
@@ -1,2 +1 @@
1
1
  # frozen_string_literal: true
2
-
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AtomeEVe
4
- VERSION = "0.1.0.0.0"
4
+ VERSION = "0.1.0.0.1"
5
5
  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.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/atome_eVe/init.rb
28
- - lib/atome_eVe/version.rb
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: