Sha256: f2bb5506fafcd2e6946ca7c1ab9d0570160523c74f5ac1479f53e57e44250d1b
Contents?: true
Size: 1.81 KB
Versions: 1
Compression:
Stored size: 1.81 KB
Contents
require_relative 'lib/layui/version' Gem::Specification.new do |spec| spec.name = "layui" spec.version = Layui::VERSION spec.authors = ["aiyuhang"] spec.email = ["738138071@qq.com"] spec.summary = %q{layui 是一款采用自身模块规范编写的前端 UI 框架,遵循原生 HTML/CSS/JS 的书写与组织形式,门槛极低,拿来即用。} spec.description = %q{layui外在极简,却又不失饱满的内在,体积轻盈,组件丰盈,从核心代码到 API 的每一处细节都经过精心雕琢,非常适合界面的快速开发。layui 首个版本发布于 2016 年金秋,她区别于那些基于 MVVM 底层的 UI 框架,却并非逆道而行,而是信奉返璞归真之道。准确地说,她更多是为服务端程序员量身定做,你无需涉足各种前端工具的复杂配置,只需面对浏览器本身,让一切你所需要的元素与交互,从这里信手拈来。} spec.homepage = "https://github.com/witcan/layui" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") # spec.metadata["allowed_push_host"] = "https://github.com/witcan/layui" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/witcan/layui" # spec.metadata["changelog_uri"] = "https://github.com/witcan/layui" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
layui-0.1.0 | layui.gemspec |