Skip to content

Commit 58713c1

Browse files
committed
switched to LGPLv3 version and bumped to 1.0.0.rc.1
1 parent 4c6a8b5 commit 58713c1

File tree

4 files changed

+15
-27
lines changed

4 files changed

+15
-27
lines changed

LICENSE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Copyright (c) Matestack GmbH
2+
3+
matestack-ui-core is an Open Source project licensed under the terms of
4+
the LGPLv3 license. Please see <http://www.gnu.org/licenses/lgpl-3.0.html>
5+
for license text.
6+
7+
Matestack will provide a commercial-friendly license allowing private forks
8+
and modifications of matestack-ui-core. Please request at [email protected]

MIT-LICENSE

Lines changed: 0 additions & 20 deletions
This file was deleted.

lib/matestack/ui/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Matestack
22
module Ui
33
module Core
4-
VERSION = '0.7.6'
4+
VERSION = '1.0.0.rc.1'
55
end
66
end
77
end

matestack-ui-core.gemspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ require "matestack/ui/core/version"
77
Gem::Specification.new do |s|
88
s.name = "matestack-ui-core"
99
s.version = Matestack::Ui::Core::VERSION
10-
s.authors = ["Jonas Jabari", "Pascal Wengerter"]
11-
10+
s.authors = ["Jonas Jabari", "Nils Henning", "Pascal Wengerter"]
11+
1212
s.homepage = "https://matestack.io"
13-
s.summary = "Escape the frontend hustle. Create beautiful software easily. Use matestack."
14-
s.description = "We're replacing the original view-layer of Ruby on Rails, the most productive MVC framework we know, with our technology. By introducing matestack we get dynamic, fast and simple user interfaces without the need to touch HTML/HAML/ERB/JS/CSS. Plus, it feels like a single page application, but there's no need for all the API hustle SPAs usually bring with them."
15-
s.license = "MIT"
13+
s.summary = "Escape the frontend hustle & easily create interactive web apps in pure Ruby."
14+
s.description = "Matestack provides a collection of open source gems made for Ruby on Rails developers. Matestack enables you to craft interactive web UIs without JavaScript in pure Ruby with minimum effort. UI code becomes a native and fun part of your Rails app."
15+
s.license = "LGPLv3"
1616
s.metadata = { "source_code_uri" => "https://github.com/matestack/matestack-ui-core" }
1717

18-
s.files = Dir["{app,config,db,lib,vendor}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
18+
s.files = Dir["{app,config,db,lib,vendor}/**/*", "LICENSE", "Rakefile", "README.md"]
1919

2020
s.add_dependency "rails", '>= 5.0'
2121
s.add_dependency "haml"

0 commit comments

Comments
 (0)