sign_up_clone 0.0.1 → 0.0.2
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.
- checksums.yaml +4 -4
- data/sign_up_clone.gemspec +2 -2
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96bda5e0fd6e5948f659c02ed87619267c7b3231aa1124b3947d7261ca480168
|
4
|
+
data.tar.gz: cea369c8c1ffa93cfc95f45c328935996c72779050a1dd344506c0b908efc275
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77b18d453e1f64d7915f19b17c7b1eb03a9a221024b7e723e338d8a0b7cd7c849900bbe4afdc18a72f66b32835d27d9eeb5a566a74060cb0338842d0001ac6d6
|
7
|
+
data.tar.gz: 2bfcc04817864c4f32215a60d275c288270499f605e5cdc14131852517e30761dff7f86f341051c42bf59a5ff422a0d297e0e2fc1c3082507d87242c0dc29b72
|
data/sign_up_clone.gemspec
CHANGED
@@ -5,11 +5,11 @@ require "sign_up_clone/version"
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "sign_up_clone"
|
8
|
-
spec.version = '0.0.
|
8
|
+
spec.version = '0.0.2'
|
9
9
|
spec.authors = ["bellvat"]
|
10
10
|
spec.email = ["msirathanarun@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{This gem
|
12
|
+
spec.summary = %q{This gem is a toy gem to understand how a gem is built. It attempted to use actionpack and inherit from ActionController. However in its current form, calling #index and returns 'ok'.}
|
13
13
|
spec.homepage = "https://github.com/bellvat/sign_up_clone"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sign_up_clone
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bellvat
|
@@ -110,5 +110,7 @@ requirements: []
|
|
110
110
|
rubygems_version: 3.0.3
|
111
111
|
signing_key:
|
112
112
|
specification_version: 4
|
113
|
-
summary: This gem
|
113
|
+
summary: 'This gem is a toy gem to understand how a gem is built. It attempted to
|
114
|
+
use actionpack and inherit from ActionController. However in its current form, calling
|
115
|
+
#index and returns ''ok''.'
|
114
116
|
test_files: []
|