flammarion-utils 0.1.10pre2 → 0.1.11
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.
- data/Readme.md +9 -1
- metadata +7 -7
data/Readme.md
CHANGED
@@ -110,7 +110,7 @@ icons = %w[thumbs-up meh-o bicycle gears star-o star cow cat cactus] + [nil] * 5
|
|
110
110
|
end
|
111
111
|
```
|
112
112
|
|
113
|
-

|
114
114
|
|
115
115
|
### Rake Task Runner
|
116
116
|
|
@@ -173,6 +173,14 @@ f.plot(5.times.map{|t| {y:100.times.map{rand * t}}})
|
|
173
173
|
|
174
174
|
There are a number of useful examples in the [examples directory.](https://github.com/zach-capalbo/flammarion/tree/master/examples)
|
175
175
|
|
176
|
+
Some of these examples can be quite handy in their own right. If you wish to
|
177
|
+
install these as executables, you can install the `flammarion-utils` gem with
|
178
|
+
the command
|
179
|
+
|
180
|
+
```bash
|
181
|
+
gem install flammarion-utils
|
182
|
+
```
|
183
|
+
|
176
184
|
# Bundled Packages
|
177
185
|
|
178
186
|
Flammarion is distributed with a bunch of useful tools to make everyone's life easier.
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flammarion-utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
5
|
-
prerelease:
|
4
|
+
version: 0.1.11
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Zach Capalbo
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-08-
|
12
|
+
date: 2016-08-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: flammarion
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.1.
|
21
|
+
version: 0.1.11
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - '='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.1.
|
29
|
+
version: 0.1.11
|
30
30
|
description: Extra tools using the Flammarion toolkit.
|
31
31
|
email: zach.geek@gmail.com
|
32
32
|
executables:
|
@@ -65,9 +65,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
65
65
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
66
66
|
none: false
|
67
67
|
requirements:
|
68
|
-
- - ! '
|
68
|
+
- - ! '>='
|
69
69
|
- !ruby/object:Gem::Version
|
70
|
-
version:
|
70
|
+
version: '0'
|
71
71
|
requirements: []
|
72
72
|
rubyforge_project:
|
73
73
|
rubygems_version: 1.8.23
|