missile_emitter 0.3.19 → 0.3.20

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: 525f92760c025042f96e1f370ad98633d46305238bc30c7041cc3c2c57fb247a
4
- data.tar.gz: f4dd1e712152f896653f7c2c9dd45974eda854c44e28047704767a5333091c9a
3
+ metadata.gz: 48818cb77b414e6c99ae67e2ca0b6ba3e8dd1b3e3d099622d1eb44627902bd24
4
+ data.tar.gz: 933645f58566bd6e34ac29e218a418c7e2584500d23fd1ac58b35029abf2fc28
5
5
  SHA512:
6
- metadata.gz: 9593b253dc11e5d109bb2334b4ed2b0b18e3052139359812bc515216c9803cefe07d7e7652c13566839eab4dd0680c4b00292d8f8335c65d7885eb37ba479812
7
- data.tar.gz: 55572f2c8b620fdaac999df889ff23a5d085e7878ddfae020812ce4849895e6d4dcfbb3c29d8a68d42bb1f9b875c353f74672b826fa314122edb3f94bb1cd4f1
6
+ metadata.gz: e116cecd2295c9e8fd07a1a181247937ec6b6d6391c5ad74be138e94529af9afced1c1c79940506f560c2eb57d631d52812e59ad54575aa577f23b2861f10e22
7
+ data.tar.gz: 7b8acc6720e77a526de73ee606f73a9fb2b67640a138c97429cbdc67ff9b313322ab0a91aa79c0f171919becd7e570b0a918f5f6e71f574e109ae331a7d3e616
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source "https://rubygems.org"
1
+ source 'https://gems.ruby-china.com'
2
2
 
3
3
  # Specify your gem's dependencies in missile_emitter.gemspec
4
4
  gemspec
data/Gemfile.lock CHANGED
@@ -5,45 +5,42 @@ PATH
5
5
  activesupport
6
6
 
7
7
  GEM
8
- remote: https://rubygems.org/
8
+ remote: https://gems.ruby-china.com/
9
9
  specs:
10
- activesupport (6.0.3.1)
10
+ activesupport (7.0.3.1)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
- i18n (>= 0.7, < 2)
13
- minitest (~> 5.1)
14
- tzinfo (~> 1.1)
15
- zeitwerk (~> 2.2, >= 2.2.2)
16
- coderay (1.1.2)
17
- concurrent-ruby (1.1.6)
18
- diff-lcs (1.3)
19
- i18n (1.8.2)
12
+ i18n (>= 1.6, < 2)
13
+ minitest (>= 5.1)
14
+ tzinfo (~> 2.0)
15
+ coderay (1.1.3)
16
+ concurrent-ruby (1.1.10)
17
+ diff-lcs (1.5.0)
18
+ i18n (1.12.0)
20
19
  concurrent-ruby (~> 1.0)
21
20
  method_source (1.0.0)
22
- minitest (5.14.1)
23
- pry (0.13.1)
21
+ minitest (5.16.3)
22
+ pry (0.14.1)
24
23
  coderay (~> 1.1)
25
24
  method_source (~> 1.0)
26
- rake (13.0.1)
27
- rspec (3.9.0)
28
- rspec-core (~> 3.9.0)
29
- rspec-expectations (~> 3.9.0)
30
- rspec-mocks (~> 3.9.0)
31
- rspec-core (3.9.2)
32
- rspec-support (~> 3.9.3)
33
- rspec-expectations (3.9.2)
25
+ rake (13.0.6)
26
+ rspec (3.11.0)
27
+ rspec-core (~> 3.11.0)
28
+ rspec-expectations (~> 3.11.0)
29
+ rspec-mocks (~> 3.11.0)
30
+ rspec-core (3.11.0)
31
+ rspec-support (~> 3.11.0)
32
+ rspec-expectations (3.11.0)
34
33
  diff-lcs (>= 1.2.0, < 2.0)
35
- rspec-support (~> 3.9.0)
36
- rspec-mocks (3.9.1)
34
+ rspec-support (~> 3.11.0)
35
+ rspec-mocks (3.11.1)
37
36
  diff-lcs (>= 1.2.0, < 2.0)
38
- rspec-support (~> 3.9.0)
39
- rspec-support (3.9.3)
40
- thread_safe (0.3.6)
41
- tzinfo (1.2.7)
42
- thread_safe (~> 0.1)
43
- zeitwerk (2.3.0)
37
+ rspec-support (~> 3.11.0)
38
+ rspec-support (3.11.0)
39
+ tzinfo (2.0.5)
40
+ concurrent-ruby (~> 1.0)
44
41
 
45
42
  PLATFORMS
46
- ruby
43
+ x86_64-darwin-21
47
44
 
48
45
  DEPENDENCIES
49
46
  bundler (~> 2.0)
@@ -53,4 +50,4 @@ DEPENDENCIES
53
50
  rspec (~> 3.0)
54
51
 
55
52
  BUNDLED WITH
56
- 2.1.4
53
+ 2.3.17
@@ -1,3 +1,3 @@
1
1
  module MissileEmitter
2
- VERSION = "0.3.19"
2
+ VERSION = "0.3.20"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: missile_emitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.19
4
+ version: 0.3.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jerry Chen
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-27 00:00:00.000000000 Z
11
+ date: 2022-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -114,7 +114,7 @@ metadata:
114
114
  homepage_uri: https://github.com/coding-class-club/missile_emitter
115
115
  source_code_uri: https://github.com/coding-class-club/missile_emitter
116
116
  changelog_uri: https://github.com/coding-class-club/missile_emitter/blob/master/CHANGELOG.md
117
- post_install_message:
117
+ post_install_message:
118
118
  rdoc_options: []
119
119
  require_paths:
120
120
  - lib
@@ -129,8 +129,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  - !ruby/object:Gem::Version
130
130
  version: '0'
131
131
  requirements: []
132
- rubygems_version: 3.1.2
133
- signing_key:
132
+ rubygems_version: 3.3.7
133
+ signing_key:
134
134
  specification_version: 4
135
135
  summary: Ruby元编程辅助工具
136
136
  test_files: []