migration-progress-announce 9001.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +0 -0
- data/Rakefile +0 -0
- data/VERSION +1 -0
- data/lib/gem.rb +1 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: f40c0bc13af3cbe40fd3be41be1d818887c8ea770fb62f7e032ca352764e1508
|
4
|
+
data.tar.gz: b25564e9fe0864fc0c86b4e03dd00f9a0bd0add8203d981293cf1ed89dbca36c
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 6e119489ad28f457ca8de0cb1de13d7580bd6b97aa833c4825dde339403a552f2f94d8c815fa049e065816b265eda9ba9e22d91937b3d07adf8595d5d2d8248e
|
7
|
+
data.tar.gz: 6e30b16d8b6fb00a3001e7be0f75332e87801fcba31155859786c71860a82fd40aec76720dee358fa4b968ea8fcf0ec69788fa800e4692bb8ef168d39a7fbd74
|
data/Gemfile
ADDED
File without changes
|
data/Rakefile
ADDED
File without changes
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1000.0
|
data/lib/gem.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
raise 'this is an internal-only gem'
|
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: migration-progress-announce
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: '9001.0'
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- admins@shopify.com
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2020-01-01 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description:
|
14
|
+
email:
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- Gemfile
|
20
|
+
- Rakefile
|
21
|
+
- VERSION
|
22
|
+
- lib/gem.rb
|
23
|
+
homepage:
|
24
|
+
licenses: []
|
25
|
+
metadata: {}
|
26
|
+
post_install_message:
|
27
|
+
rdoc_options: []
|
28
|
+
require_paths:
|
29
|
+
- lib
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - ">="
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: '0'
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
40
|
+
requirements: []
|
41
|
+
rubygems_version: 3.0.3
|
42
|
+
signing_key:
|
43
|
+
specification_version: 4
|
44
|
+
summary: ''
|
45
|
+
test_files: []
|