cheatset 1.4.0 → 1.4.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
- SHA1:
3
- metadata.gz: 0963874193dcbdf97faaea916dc29529861c7bfb
4
- data.tar.gz: 7c3481e0821db0a00c13c67f8c83636bb999db12
2
+ SHA256:
3
+ metadata.gz: d6e82e43c4402b68c129a13be55550581f4633e6a41e2abc969c84437e6936ed
4
+ data.tar.gz: 9f073f4fce052749b72935977bac5f6f91f36734466a5fc9908b808132fcc587
5
5
  SHA512:
6
- metadata.gz: 899d97cc1734b4a08a906e66e91caee81bad26eeb5e279d9097ba064fb1edc5e57f88ea5756e4322f73934025e17e321970fa8e2616ae4990e5850f64a1bc316
7
- data.tar.gz: 836b7f0bc93683e1e875447047ab5813c1663a4d35e59087398191c8f8753108b04f9d1b31f8271e3d905c2f98dd3500fc3584bb46e426542f1ec73227163612
6
+ metadata.gz: 54c3999aae21439650008792948b94a975ca002ff743703e6a8f15fa36ed42f874ba6332e319a1bcbc118de99f90f5ad0659ed2520f28a100eda3c4cdbf25d4a
7
+ data.tar.gz: 79ca59e3666d0c1d6ae22bdfdca10ab556c94a92120f3b4846fa20bb2cc15051af77f563123e7635054278247d3f42e9f0e9ace0e4e81693072d09c3205dfccc
data/README.md CHANGED
@@ -8,7 +8,7 @@ language (Ruby DSL).
8
8
 
9
9
  ## Installation
10
10
 
11
- $ sudo gem install cheatset --no-ri --no-rdoc
11
+ $ sudo gem install cheatset
12
12
 
13
13
  Note: this requires the Xcode Command Line Tools to be installed. Install them using this:
14
14
 
@@ -16,7 +16,7 @@ Note: this requires the Xcode Command Line Tools to be installed. Install them u
16
16
 
17
17
  ## Contributions
18
18
 
19
- If you make an useful cheat sheet, please [contribute it](https://github.com/Kapeli/cheatsheets#readme) to Dash.
19
+ If you make a useful cheat sheet, please [contribute it](https://github.com/Kapeli/cheatsheets#readme) to Dash.
20
20
 
21
21
  ## Usage
22
22
 
@@ -44,14 +44,14 @@ h1, h2, h3, p, blockquote {
44
44
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url(cheatset_resources/Open_Sans_Extrabold_Italic.woff) format("woff"); }
45
45
  body {
46
46
  font-family: 'Open Sans', sans-serif;
47
- font-size: 14px;
47
+ font-size: 16px;
48
48
  color: #000;
49
49
  background-color: #fff;
50
50
  margin: 0; }
51
51
 
52
52
  code, pre {
53
53
  font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace;
54
- font-size: 13px; }
54
+ font-size: 15px; }
55
55
 
56
56
  code {
57
57
  margin: 0;
@@ -1,3 +1,3 @@
1
1
  module Cheatset
2
- VERSION = '1.4.0'
2
+ VERSION = '1.4.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cheatset
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bogdan Popescu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-18 00:00:00.000000000 Z
11
+ date: 2020-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -152,8 +152,7 @@ dependencies:
152
152
  version: '0'
153
153
  description: Generate cheat sheets for Dash
154
154
  email:
155
- executables:
156
- - cheatset
155
+ executables: []
157
156
  extensions: []
158
157
  extra_rdoc_files: []
159
158
  files:
@@ -162,7 +161,6 @@ files:
162
161
  - LICENSE.txt
163
162
  - README.md
164
163
  - Rakefile
165
- - bin/cheatset
166
164
  - cheatset.gemspec
167
165
  - lib/cheatset.rb
168
166
  - lib/cheatset/cli.rb
@@ -204,8 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
202
  - !ruby/object:Gem::Version
205
203
  version: '0'
206
204
  requirements: []
207
- rubyforge_project:
208
- rubygems_version: 2.2.5
205
+ rubygems_version: 3.0.1
209
206
  signing_key:
210
207
  specification_version: 4
211
208
  summary: Generate cheat sheets for Dash
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- $LOAD_PATH << File.expand_path('../../lib', __FILE__)
4
- require 'cheatset'
5
- require 'cheatset/cli'
6
- Cheatset::CLI.start