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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7aebd276ab6179fdf0fda6e2f2e5931ce8ca8a6ae1ba6921dc4aef92e408419c
4
- data.tar.gz: bb381be1145ef880aa4348a156166c82eb51bc3e8cae94545683fbe928207d0a
3
+ metadata.gz: d1a89f6028abc6e128f5fbc6d67dbb9c9a1b0beb1ea472b6eca8d3073efcab70
4
+ data.tar.gz: dc4a7e3ab733b35d434ff1f6a0d1c450589750d7f9c2b236005e36c01ffbfe0b
5
5
  SHA512:
6
- metadata.gz: f311e7689597ca7d98bd9db7912d48e6bcc1105b73af29966ba4fc291ef77a0a0aedb6701a3700455b88ec9df8b8efc87e42467f7a4f2a612ab0d411fdc070c9
7
- data.tar.gz: 9651d08d7bc741d6ee1548d89e0e87ab17bcd28aed7a91eb5715dad7741e5f97fc24bbc7da0c57a34691874bf6e010b45472bf3519dc4d85e9154655634c6a48
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 --github=nicholaides/cecil
470
+ bundle add cecil
473
471
  ```
474
472
 
475
- Add it to your Gemfile like:
473
+ In your Gemfile like:
476
474
 
477
475
  ```ruby
478
- gem 'cecil', github: 'nicholaides/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 --github=nicholaides/cecil
470
+ bundle add cecil
473
471
  ```
474
472
 
475
- Add it to your Gemfile like:
473
+ In your Gemfile like:
476
474
 
477
475
  ```ruby
478
- gem 'cecil', github: 'nicholaides/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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cecil
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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: Cecil templates look like the source code you want to generate thanks
14
- to Ruby's flexible syntax.
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: []