kisko-suits 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/kisko-suits/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 366df4d2ad1a9c5ffa2adf9f12fff7d60904d76f
|
4
|
+
data.tar.gz: a3f06d4a2e5ccf200085c9a452764c5da4562af6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e81e33572fd2aeaa47743de1348f9509db9c9cbf49a4db64373be5d2acb73c3cd2c0326a031ea8e6c94ec5264bdafdf219311306941a5d06b768b028e472ab5a
|
7
|
+
data.tar.gz: f0cceacf7b8eac4dcc9c90c1c9bcc0ad776f8e4af0b2493cd1aeadfbde6a6cc3275b71f58bc78711e4c50607a1b51ad060a6c93934416bdd694f84e4bee70b1e
|
data/README.md
CHANGED
@@ -6,6 +6,8 @@ We create sales presentations and such using [Deckset](http://www.decksetapp.com
|
|
6
6
|
|
7
7
|
With Kisko Suits we can create re-usable slides (for example company intro, CVs, contact information) and include those to a compiled presentation. Kisko Suits will update the master Markdown file everytime an included slide is changed/added/removed.
|
8
8
|
|
9
|
+
Read our blog post about Kisko Suits [here](http://www.kiskolabs.com/work/kisko-suits/).
|
10
|
+
|
9
11
|
### Installation
|
10
12
|
|
11
13
|
Everything you need is already installed on every Apple computer. Just run:
|
data/lib/kisko-suits/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kisko-suits
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Antti Akonniemi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-05-
|
11
|
+
date: 2015-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: filewatcher
|
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
version: 1.3.6
|
81
81
|
requirements: []
|
82
82
|
rubyforge_project: kisko-suits
|
83
|
-
rubygems_version: 2.
|
83
|
+
rubygems_version: 2.4.5
|
84
84
|
signing_key:
|
85
85
|
specification_version: 4
|
86
86
|
summary: Application to compile files as one
|