cecil 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yard/README.md +4 -5
- data/README.md +4 -5
- data/lib/cecil/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1a89f6028abc6e128f5fbc6d67dbb9c9a1b0beb1ea472b6eca8d3073efcab70
|
4
|
+
data.tar.gz: dc4a7e3ab733b35d434ff1f6a0d1c450589750d7f9c2b236005e36c01ffbfe0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f760364439d9d06477ed154183c75f95c49ce954be21980d86c44080ab7a378915e9f67962d0808909dc07350244fcfce78277ce6224e545b75289260476476f
|
7
|
+
data.tar.gz: c338532c0843aab66bd287158b9d94503422ebfbcfe4e972abff2409f88b9450a6560dddd4def2ac5717d253d70bc7da9aabc1675ffa266c52b7dc3f9fbce576
|
data/.yard/README.md
CHANGED
@@ -464,19 +464,18 @@ For example, the {Cecil::Lang::TypeScript::Helpers `Cecil::Lang::TypeScript`][{L
|
|
464
464
|
|
465
465
|
## Installation
|
466
466
|
|
467
|
-
Gem can be installed from github. Once I'm ready to bother with version numbers and releases and such, then I'll publish to Rubygems.
|
468
|
-
|
469
467
|
From your shell:
|
470
468
|
|
471
469
|
```sh
|
472
|
-
bundle add cecil
|
470
|
+
bundle add cecil
|
473
471
|
```
|
474
472
|
|
475
|
-
|
473
|
+
In your Gemfile like:
|
476
474
|
|
477
475
|
```ruby
|
478
|
-
gem 'cecil'
|
476
|
+
gem 'cecil'
|
479
477
|
```
|
478
|
+
|
480
479
|
## Development
|
481
480
|
|
482
481
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
data/README.md
CHANGED
@@ -464,19 +464,18 @@ For example, the [`Cecil::Lang::TypeScript`][{Lang::TypeScript}] subclass define
|
|
464
464
|
|
465
465
|
## Installation
|
466
466
|
|
467
|
-
Gem can be installed from github. Once I'm ready to bother with version numbers and releases and such, then I'll publish to Rubygems.
|
468
|
-
|
469
467
|
From your shell:
|
470
468
|
|
471
469
|
```sh
|
472
|
-
bundle add cecil
|
470
|
+
bundle add cecil
|
473
471
|
```
|
474
472
|
|
475
|
-
|
473
|
+
In your Gemfile like:
|
476
474
|
|
477
475
|
```ruby
|
478
|
-
gem 'cecil'
|
476
|
+
gem 'cecil'
|
479
477
|
```
|
478
|
+
|
480
479
|
## Development
|
481
480
|
|
482
481
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
data/lib/cecil/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cecil
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Nicholaides
|
@@ -10,8 +10,9 @@ bindir: exe
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2024-01-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
14
|
-
|
13
|
+
description: |
|
14
|
+
An experimental templating library for generating source code. Cecil templates look like the source code you want
|
15
|
+
to generate thanks to Ruby's flexible syntax.
|
15
16
|
email:
|
16
17
|
- mike@nicholaides.com
|
17
18
|
executables: []
|