-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmatestack-ui-vuejs.gemspec
22 lines (18 loc) · 1.04 KB
/
matestack-ui-vuejs.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$:.push File.expand_path("lib", __dir__)
# Maintain your gem's version:
require "matestack/ui/vue_js/version"
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "matestack-ui-vuejs"
s.version = Matestack::Ui::VueJs::VERSION
s.authors = ["Jonas Jabari"]
s.email = ["[email protected]"]
s.homepage = "https://matestack.io"
s.summary = "Escape the frontend hustle & easily create interactive web apps in pure Ruby."
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."
s.license = "MIT"
s.metadata = { "source_code_uri" => "https://github.com/matestack/matestack-ui-vuejs" }
s.files = Dir["{app,config,db,lib,vendor}/**/*", "LICENSE", "Rakefile", "README.md"]
s.add_dependency "matestack-ui-core", '~> 3.0.0.rc1'
s.add_dependency "rails", '>= 5.2'
end