squib 0.15.1 → 0.15.2
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +24 -0
- data/lib/squib/version.rb +1 -1
- data/squib.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45afafe1126181434ad14f0c2dad4373e385b595736c32717f322555d1bb4c65
|
4
|
+
data.tar.gz: 6b4de732b8bfad3fddc9a2954857d9ce5a8ca90bf140fae9afa44f076dea3f1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa5863d24b7a19b3ddf0fd58aca9cf99196ddc69fd07e13297b7971d1fd8e9556b09237271636279638d138a774e788e4c9fd439227f97ceb9d5104a7bc93c86
|
7
|
+
data.tar.gz: 60beaac538b3133c781915864d37462d9b05eb0a42118e4e093883f6fb9c025b34b27a32e568dd1c3410894b1dd4ef745ecc3662714e9e455904ada3a206ecee
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -106,6 +106,30 @@ Using SublimeText? I like you already. I've written up some Squib snippets to ea
|
|
106
106
|

|
107
107
|
|
108
108
|
|
109
|
+
## Docker
|
110
|
+
|
111
|
+
Want to run in a controlled environment? We've got a [Docker image on DockerHub](https://cloud.docker.com/u/andymeneely/repository/docker/andymeneely/squib)
|
112
|
+
|
113
|
+
Here's one way to run it. On the command line, go to the root of your repository. With these commands, we'll map the current directory to the `/usr/src/app` directory in the Docker image. When squib-in-docker read & writes files from there, it'll write it back out to your current directory.
|
114
|
+
|
115
|
+
Assuming you have a script called hello.rb:
|
116
|
+
|
117
|
+
On Windows:
|
118
|
+
|
119
|
+
```
|
120
|
+
docker run --rm -v "%cd%":/usr/src/app andymeneely/squib ruby hello.rb
|
121
|
+
```
|
122
|
+
|
123
|
+
On Macs:
|
124
|
+
|
125
|
+
```
|
126
|
+
docker run --rm -v "$PWD":/usr/src/app andymeneely/squib ruby hello.rb
|
127
|
+
```
|
128
|
+
|
129
|
+
This will create a folder called `_output` in your current directory and write the output of the script there.
|
130
|
+
|
131
|
+
We're still working on ways to customize your own Docker build (e.g. document building, custom fonts, etc.) with your own Dockerfile. Pull requests and ideas welcome!
|
132
|
+
|
109
133
|
|
110
134
|
# Get Help and Give Help
|
111
135
|
|
data/lib/squib/version.rb
CHANGED
data/squib.gemspec
CHANGED
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
|
|
35
35
|
spec.add_runtime_dependency 'gobject-introspection', '3.3.7'
|
36
36
|
spec.add_runtime_dependency 'highline', '2.0.2'
|
37
37
|
spec.add_runtime_dependency 'mercenary', '0.3.6'
|
38
|
-
spec.add_runtime_dependency 'nokogiri', '1.10.
|
38
|
+
spec.add_runtime_dependency 'nokogiri', '1.10.4'
|
39
39
|
spec.add_runtime_dependency 'pango', '3.3.7'
|
40
40
|
spec.add_runtime_dependency 'roo', '2.8.2'
|
41
41
|
spec.add_runtime_dependency 'rsvg2', '3.3.7'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: squib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Meneely
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cairo
|
@@ -100,14 +100,14 @@ dependencies:
|
|
100
100
|
requirements:
|
101
101
|
- - '='
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: 1.10.
|
103
|
+
version: 1.10.4
|
104
104
|
type: :runtime
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - '='
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: 1.10.
|
110
|
+
version: 1.10.4
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: pango
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
@@ -504,7 +504,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
504
504
|
version: '0'
|
505
505
|
requirements: []
|
506
506
|
rubyforge_project:
|
507
|
-
rubygems_version: 2.7.
|
507
|
+
rubygems_version: 2.7.6.2
|
508
508
|
signing_key:
|
509
509
|
specification_version: 2
|
510
510
|
summary: A Ruby DSL for prototyping card games
|