rails_fast_attributes 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: d2b87f3c8a73d0e3d2ed03646fc04752f0896a8690a9041fe923b568158002e0
|
4
|
+
data.tar.gz: 5276659154919b16e966273e2b6f68578da52574338179576cf4f6dee30161d2
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 567507bc2c784aafed59a161a6bf128ccc9895b05ee8e23529e1081842471716740963e6398bfee33ecb5f6bb0dfa5d3a378a834bfb6905580a1b77dc8c862d8
|
7
|
+
data.tar.gz: f62884eeb53b105abfc30276d80e9762bc33b3fe0f616dede6b6476ffac043c7aa6b113bbb006d8e822233fd2c63f9bc0fd6d27e299cc61839e7c0ccfee90e90
|
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: rails_fast_attributes
|
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: []
|