atomize 1.0.6 → 1.0.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c699bda2e2dcb2c7fd79bc3402f38284cea6b5fb1cdebefe1a0b96533a2ae0d
4
- data.tar.gz: 27ed2f81cf2afaedf9a231ad702551a2a89f52cd53ff0660cb9443fda54f2c1f
3
+ metadata.gz: b67e6b4003e496062d41c79fe19e67be61ebcfa927d0803f35f9d56df2149667
4
+ data.tar.gz: cdc09f2da304a7786330126c41a68699f92c04334e92e9ec50628c86d6b6ea49
5
5
  SHA512:
6
- metadata.gz: 5a79e069408ffffe4a8c235bc782a9fe2018877d21db51637852364c9e2b8bc6ff601b473d798a401121fd646d77f9827d4b9b2374a8ea2fd0602ba6fe12202f
7
- data.tar.gz: f41e39241f557bf4d8068fb9cf597b64f709e7726ff849b1fb352295093b5456059db686191ba5d7a47a9a543153255e75ce6f54a48913ec74e723079ad76463
6
+ metadata.gz: a270214826ecf365044ba255560562379d0d9f66e64e9db2ca7f6eacf0e7978279941f13aa424e24394292d58bec4f6bf5441c9dea088da06c71f4fd9c9f2e52
7
+ data.tar.gz: c15194d1a0953c12406f94dc7bf47b08b9029cd408100a597b10cf8e4c0a0212c5f2c108293f19e81448a7e9ea026b8edb1701ea6d1f0be289a92a37c03f721d
data/exe/atomize CHANGED
@@ -5,35 +5,30 @@ require 'fileutils'
5
5
 
6
6
  if ARGV.include?('install')
7
7
 
8
- %x(git clone https://github.com/atomecorp/opal-browser.git )
8
+ `git clone https://github.com/atomecorp/opal-browser.git`
9
9
  Dir.chdir('opal-browser') do
10
10
  `bundle update; bundle install`
11
11
  `gem build opal-browser.gemspec`
12
12
  `gem install opal-browser`
13
13
  end
14
- %x(git clone https://github.com/atomecorp/atome.git )
15
- # Dir.chdir('atome/vendor/assets/build/js/') do
16
- # %x(git clone https://github.com/atomecorp/atome_third_parties_js.git third_parties)
14
+ `git clone https://github.com/atomecorp/atome.git `
17
15
 
18
16
  Dir.chdir('atome/test/test_app/build/') do
19
-
20
17
  Dir.mkdir('js')
21
18
 
22
19
  Dir.chdir('js/') do
23
20
  FileUtils.copy_entry('../../../../vendor/assets/build/js/third_parties/', 'third_parties/')
24
- # %x(git clone https://github.com/atomecorp/atome_third_parties_js.git third_parties)
25
21
  end
26
22
  end
27
- Dir.chdir('../../../../') do
28
- `bundle update; bundle install`
29
- `gem build atome.gemspec`
30
- `gem install atome`
31
-
32
- end
23
+ Dir.chdir('../../../../') do
24
+ `bundle update; bundle install`
25
+ `gem build atome.gemspec`
26
+ `gem install atome`
27
+ end
33
28
  # end
34
29
  if ARGV.include?('run')
35
30
  Dir.chdir('atome/') do
36
31
  `rake test`
37
32
  end
38
33
  end
39
- end
34
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Atomize
4
- VERSION = "1.0.6"
4
+ VERSION = '1.0.8'
5
5
  end
data/lib/atomize.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative "atomize/version"
3
+ require_relative 'atomize/version'
4
4
 
5
5
  module Atomize
6
6
  class Error < StandardError; end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atomize
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean-Eric Godard
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-29 00:00:00.000000000 Z
11
+ date: 2022-11-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: allow to install atome development framework
14
14
  email:
@@ -33,8 +33,8 @@ licenses:
33
33
  metadata:
34
34
  allowed_push_host: https://rubygems.org
35
35
  homepage_uri: https://atome.one
36
- source_code_uri: https://github.com/atomecorp/atome
37
- changelog_uri: https://github.com/atomecorp/atome
36
+ source_code_uri: https://github.com/atomecorp/atomize
37
+ changelog_uri: https://github.com/atomecorp/atomize
38
38
  post_install_message:
39
39
  rdoc_options: []
40
40
  require_paths:
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  requirements: []
53
- rubygems_version: 3.3.22
53
+ rubygems_version: 3.3.26
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: atome's builder