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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/sign_up_clone.gemspec +2 -2
  3. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d8490c2d451c4e50b1f1f9a8e53e1645d9ab61d47299aebc20e55a687abbb18
4
- data.tar.gz: d9b9f5d548c028877f3d584132789b557bb570ae4ad323c5e7b7cc9e4523c528
3
+ metadata.gz: 96bda5e0fd6e5948f659c02ed87619267c7b3231aa1124b3947d7261ca480168
4
+ data.tar.gz: cea369c8c1ffa93cfc95f45c328935996c72779050a1dd344506c0b908efc275
5
5
  SHA512:
6
- metadata.gz: 1ad3adfdcf674c639d5088c420c39df6a9501e77b349251d68886e3a9ba64a7d555f01651a83e4ac0266eed8bd60ef325e6e9c873a3bb3244091e0f4705403fc
7
- data.tar.gz: 2fc8220848f63e1175a39d5db4e221656733653c6ee11fe37303f8f79a5caab7ccdba74661a000719629a5e742e410a879484e4c126d5cd95175a65daad71075
6
+ metadata.gz: 77b18d453e1f64d7915f19b17c7b1eb03a9a221024b7e723e338d8a0b7cd7c849900bbe4afdc18a72f66b32835d27d9eeb5a566a74060cb0338842d0001ac6d6
7
+ data.tar.gz: 2bfcc04817864c4f32215a60d275c288270499f605e5cdc14131852517e30761dff7f86f341051c42bf59a5ff422a0d297e0e2fc1c3082507d87242c0dc29b72
@@ -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.1'
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 can be used for user sign up.}
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.1
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 can be used for user sign up.
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: []