Skip to content

Commit 9a21f76

Browse files
committed
fix specs
1 parent 9fc3cb3 commit 9a21f76

File tree

4 files changed

+4
-26
lines changed

4 files changed

+4
-26
lines changed

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(c) Copyright 2021 Density Labs LLC, all rights reserved.

MIT-LICENSE

-20
This file was deleted.

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ How to use my plugin.
88
Add this line to your application's Gemfile:
99

1010
```ruby
11-
gem 'dynamic_forms'
11+
gem 'dynamic_forms', github: 'densitylabs/dynamic_forms'
1212
```
1313

1414
And then execute:
@@ -44,6 +44,3 @@ link_to 'dynamic_forms', dynamic_forms.custom_forms_path
4444

4545
## Contributing
4646
Contribution directions go here.
47-
48-
## License
49-
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

dynamic_forms.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Gem::Specification.new do |s|
1212
s.homepage = ""
1313
s.summary = "Summary of DynamicForms."
1414
s.description = "Description of DynamicForms."
15-
s.license = "MIT"
15+
s.license = "ISC"
1616

17-
s.files = Dir["{app,config,db,lib,vendor}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
17+
s.files = Dir["{app,config,db,lib,vendor}/**/*", "Rakefile", "README.md"]
1818
s.add_dependency "rails", ">= 5.1.0"
1919
s.add_dependency "kaminari"
2020
s.add_dependency "friendly_id", ">= 5.1.0"

0 commit comments

Comments
 (0)