simple_form-magic_submit 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.
@@ -1,5 +1,5 @@
1
1
  module SimpleForm
2
2
  module MagicSubmit
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["andrey@subbotin.me"]
11
11
  spec.description = "A smart submit button extension for the Simple Form gem."
12
12
  spec.summary = "Magic Submit Button for Simple Form"
13
- spec.homepage = 'http://rubygems.org/gems/simple_form-magic_submit'
13
+ spec.homepage = 'https://github.com/eploko/simple_form-magic_submit'
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_form-magic_submit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -110,7 +110,7 @@ files:
110
110
  - preview/02-submit-with-cancel.png
111
111
  - preview/03-model-invalid.png
112
112
  - simple_form-magic_submit.gemspec
113
- homepage: http://rubygems.org/gems/simple_form-magic_submit
113
+ homepage: https://github.com/eploko/simple_form-magic_submit
114
114
  licenses:
115
115
  - MIT
116
116
  post_install_message: