atome_eVe 0.1.0.0.0 → 0.1.0.0.3

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: 5ccae9b0a4935072d4c85ffb35d6dd694c4668e26cc12865fe41e657247da036
4
+ data.tar.gz: 4e833532d74baa0cab21fd0608db45de8b92f50184ec9133d7b11b74f3a25cc2
5
5
  SHA512:
6
- metadata.gz: 2c4e078d0954a56a20a4b0a6f9194e43ac9204cc7e78468b58e2f92a6a51ca2883a35cdbea7bf9d132acce83ae59ce91ec419c870c36237abf0030755e699894
7
- data.tar.gz: 57321bf1b90ab8ded00500eb2e117ece472617dea92bea870c9f50833b8698988e9654fed4f085886419d6044cdf7b0c9a87c0ccfe7d933e5303b341c17492e1
6
+ metadata.gz: bdbc3d376ee732ea5918dc7c0da27b36e1e605647f8473b63d24928964afd442325913163fc85db3641af9e8fec8b2a1293300fb88df944eef19965d31ba56a7
7
+ data.tar.gz: b59f732545e1bd5b6596f14e4bfe6408b74029d388fcbaa0f45318e99056b32865508bb9aa1ce66e68fe801c7a91a0f2ce8963d451bf11a4e82f73cefe5aebd5
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/eVe/init.rb ADDED
File without changes
@@ -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.3"
5
5
  end
data/lib/eVe.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "eVe/version"
4
+ require_relative "eVe/init"
5
+
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Eric Godard
@@ -23,9 +23,9 @@ files:
23
23
  - README.md
24
24
  - Rakefile
25
25
  - atome_eVe.gemspec
26
- - lib/atome_eVe.rb
27
- - lib/atome_eVe/init.rb
28
- - lib/atome_eVe/version.rb
26
+ - lib/eVe.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:
@@ -1,2 +0,0 @@
1
- # frozen_string_literal: true
2
-
data/lib/atome_eVe.rb DELETED
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require_relative "atome_eVe/version"
4
- require_relative "atome_eVe/init"
5
-
6
- # module AtomeEVe
7
- # class Error < StandardError; end
8
- # # Your code goes here...
9
- # end