atomize 1.0.5 → 1.0.6

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/atomize +9 -6
  3. data/lib/atomize/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a08b175684114e63a0241042b85f335526314495d3dd214dabc428eb5d7696d9
4
- data.tar.gz: '04949f481645e7f8a1fc16cbd94abcf859930c8d7fbfb03e878d329679ab5869'
3
+ metadata.gz: 9c699bda2e2dcb2c7fd79bc3402f38284cea6b5fb1cdebefe1a0b96533a2ae0d
4
+ data.tar.gz: 27ed2f81cf2afaedf9a231ad702551a2a89f52cd53ff0660cb9443fda54f2c1f
5
5
  SHA512:
6
- metadata.gz: 54aad0990cf997238523560dc0cb6c5d06af0b93c3d020a30fa2817c159d3609dd42b21ee38a3463d0d35c4e5f4f2e9041301a02d6b158689080a38074809d6f
7
- data.tar.gz: d610047b41cab5496f346076f20bb26616f4e00630f1d997a2a549a71a13c78ee4292afefd46f762233a77a646cbc0253fb091194ef56ed2d35a5cb1a60dd052
6
+ metadata.gz: 5a79e069408ffffe4a8c235bc782a9fe2018877d21db51637852364c9e2b8bc6ff601b473d798a401121fd646d77f9827d4b9b2374a8ea2fd0602ba6fe12202f
7
+ data.tar.gz: f41e39241f557bf4d8068fb9cf597b64f709e7726ff849b1fb352295093b5456059db686191ba5d7a47a9a543153255e75ce6f54a48913ec74e723079ad76463
data/exe/atomize CHANGED
@@ -1,6 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
2
  # frozen_string_literal: true
3
3
 
4
+ require 'fileutils'
5
+
4
6
  if ARGV.include?('install')
5
7
 
6
8
  %x(git clone https://github.com/atomecorp/opal-browser.git )
@@ -10,24 +12,25 @@ if ARGV.include?('install')
10
12
  `gem install opal-browser`
11
13
  end
12
14
  %x(git clone https://github.com/atomecorp/atome.git )
13
- Dir.chdir('atome/vendor/assets/build/js/') do
14
- %x(git clone https://github.com/atomecorp/atome_third_parties_js.git third_parties)
15
- Dir.chdir('../../../../test/test_app/build/') do
15
+ # Dir.chdir('atome/vendor/assets/build/js/') do
16
+ # %x(git clone https://github.com/atomecorp/atome_third_parties_js.git third_parties)
17
+
18
+ Dir.chdir('atome/test/test_app/build/') do
16
19
 
17
20
  Dir.mkdir('js')
18
21
 
19
22
  Dir.chdir('js/') do
20
- %x(git clone https://github.com/atomecorp/atome_third_parties_js.git third_parties)
23
+ 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)
21
25
  end
22
26
  end
23
27
  Dir.chdir('../../../../') do
24
- Dir.mkdir('thepoil')
25
28
  `bundle update; bundle install`
26
29
  `gem build atome.gemspec`
27
30
  `gem install atome`
28
31
 
29
32
  end
30
- end
33
+ # end
31
34
  if ARGV.include?('run')
32
35
  Dir.chdir('atome/') do
33
36
  `rake test`
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Atomize
4
- VERSION = "1.0.5"
4
+ VERSION = "1.0.6"
5
5
  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.5
4
+ version: 1.0.6
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-25 00:00:00.000000000 Z
11
+ date: 2022-10-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: allow to install atome development framework
14
14
  email:
@@ -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.7
53
+ rubygems_version: 3.3.22
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: atome's builder