rails-frontend-cli 1.0.4

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.
metadata ADDED
@@ -0,0 +1,68 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rails-frontend-cli
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.4
5
+ platform: ruby
6
+ authors:
7
+ - Levent Özbilgiç
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: rake
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '13.0'
19
+ type: :development
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '13.0'
26
+ description: Rails Frontend CLI is a command-line tool that enables fast and easy
27
+ development of Rails projects for frontend developers. Rails Frontend CLI is a tool
28
+ that makes frontend coding with Rails enjoyable, even without prior knowledge of
29
+ Ruby or Rails.
30
+ email:
31
+ - ozbilgiclevent@gmail.com
32
+ executables:
33
+ - rails-frontend
34
+ extensions: []
35
+ extra_rdoc_files: []
36
+ files:
37
+ - CHANGELOG.md
38
+ - LICENSE
39
+ - README.md
40
+ - USER_MANUAL.md
41
+ - exe/rails-frontend
42
+ - lib/rails_frontend_cli.rb
43
+ - lib/rails_frontend_cli/version.rb
44
+ homepage: https://github.com/ozbilgic/rails-frontend-cli
45
+ licenses:
46
+ - MIT
47
+ metadata:
48
+ homepage_uri: https://github.com/ozbilgic/rails-frontend-cli
49
+ source_code_uri: https://github.com/ozbilgic/rails-frontend-cli
50
+ changelog_uri: https://github.com/ozbilgic/rails-frontend-cli/blob/master/CHANGELOG.md
51
+ rdoc_options: []
52
+ require_paths:
53
+ - lib
54
+ required_ruby_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: 3.0.0
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: '0'
64
+ requirements: []
65
+ rubygems_version: 4.0.1
66
+ specification_version: 4
67
+ summary: CLI tool for frontend development with Rails
68
+ test_files: []