atomize 1.0.3 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/atomize +9 -7
  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: 839c505dee4d4f88cdc4588575b08083273a98aa91e84bb76ff649d77b88472d
4
- data.tar.gz: 14212baecb107515ae789a75343d9c5d744914ffec183cbb64b20ab0cc5a596a
3
+ metadata.gz: 9c699bda2e2dcb2c7fd79bc3402f38284cea6b5fb1cdebefe1a0b96533a2ae0d
4
+ data.tar.gz: 27ed2f81cf2afaedf9a231ad702551a2a89f52cd53ff0660cb9443fda54f2c1f
5
5
  SHA512:
6
- metadata.gz: 7093325cb1a810117ce9e25d1da7f249fbaa2e8cbbc559afc94d05f2b902402e8b4637df17be8e1cec848cdd345d55f393e054cf8d32424ec0039d6633efeced
7
- data.tar.gz: 40acfb800cab195385dae1057e2d1b74b7960f4aa23565719c68c08b05350d07274d3961124b558d226126bd04a56c4e555081cc714e6fe490811416e48f194b
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,27 +12,27 @@ 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
- puts "the path for rake is" +`pwd`
34
36
  `rake test`
35
37
  end
36
38
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Atomize
4
- VERSION = "1.0.3"
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.3
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