nyros_form2 0.1.8 → 0.1.9

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: f3be47015f550cf21ea66f659d976f4909b1b66e17f82a102c729368cc9b75ac
4
- data.tar.gz: fd96764a4d0ede11bc7ecccbf08008ae54584ee2277e7a896dc8b029c47d24c4
3
+ metadata.gz: ecc26148c50af4de089c330b74789d5c5d0fd51aed6ee46c7898c62472bab0a5
4
+ data.tar.gz: c51971d5f315cca460bc63e84f8fe17cbeac9a68bd094585598cf3a6a4881907
5
5
  SHA512:
6
- metadata.gz: aa28999880f21007a2443a3df8f7377874fa918765a4a7bb2277ce3c0713fa04187a598a37105c357dd56284b074bc67b79c49803339775bad33be4b825b331d
7
- data.tar.gz: a43a74716139e77b01dd9dbd9a4f5ce3fcd9b97ae559ac6804333dec6f87a821fd7595d9a6225f96ad355c39bd0532272f840d2e3551bfac0afa1a447713cb36
6
+ metadata.gz: 3bfc25d11ba823da65f04974909e38ed9bf9aa5aceaa1fa9f261e81f5b7953047c2c210d8cca6d39ceec80d8983777295f1a5eb51082e33b7d6a77d53cb9338e
7
+ data.tar.gz: 85af4035de9427ffa52cb4f2f061dc5f1d630d0dd238f5c957e0fd28fae32590b05dc6144e7eaa6a5ae116a5c7ffd9a2d38afee161892bb863a9203a83b588d4
@@ -1,3 +1,3 @@
1
1
  module NyrosForm2
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nyros_form2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - raju rekadi
@@ -75,7 +75,6 @@ files:
75
75
  - app/views/nyros_form2/users/show.html.erb
76
76
  - app/views/nyros_form2/users/update.html.erb
77
77
  - config/routes.rb
78
- - db/migrate/20191014060751_create_nyros_form2_failures.rb
79
78
  - db/migrate/20191014071953_create_nyros_form2_users.rb
80
79
  - lib/nyros_form2.rb
81
80
  - lib/nyros_form2/engine.rb
@@ -1,9 +0,0 @@
1
- class CreateNyrosForm2Failures < ActiveRecord::Migration[5.2]
2
- def change
3
- create_table :nyros_form2_failures do |t|
4
- t.text :message
5
-
6
- t.timestamps
7
- end
8
- end
9
- end