boop 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +17 -0
  3. data/lib/boop.rb +1 -1
  4. data/lib/boop/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 434c913d0f202900127d116a9e4b3da2ae233b4d
4
- data.tar.gz: a1c3ee92650f0538470fb8d3b7f48b38179f7845
2
+ SHA256:
3
+ metadata.gz: 561a3048203ce6e771fdcd98649d6de4b78245b242e4d694a6b388e331e70966
4
+ data.tar.gz: 46a25d2842cb4bb1193cacbc759a4999f8bb0cd6977beed16da3610a7737d863
5
5
  SHA512:
6
- metadata.gz: 070ab65fa8f4d12fd018c7cc29dd360d7f8e10870df8e88c443a7e1533190ad75ce3b024574128db55bb36d8df9cc523104add49c489f782c1c30f7afbc50396
7
- data.tar.gz: f3c1e8841526d02b8c3b0fc7f9402a4c90976bf7b11ecba837bbf156ac4dcef77c619b24b9f5426d318ea9d0009f0d0b61611f87cd679b79601d383b49c64bd8
6
+ metadata.gz: 63f0e39fa9e73d4377896ebaf7cae726d8552e199dcfc0cdf06463173eeeab41ba7cf054406a3b29b214e692c332172d0760be5e7fd24cd3fe041a2e47655ea9
7
+ data.tar.gz: e13e4a411c8ba9aa99ae4d2ed2380dc1c2bf02f1e7fc067e9e48e6af64f3c71bfc8525e2d530d39f261554c47113080e2b7c92d0633affd6fc4092f4ff47bed0
data/README.md CHANGED
@@ -18,6 +18,23 @@ Or install it yourself as:
18
18
 
19
19
  $ gem install boop
20
20
 
21
+ ## Server
22
+
23
+ The recommended hosting solution is:
24
+
25
+ * [iwantmyname](https://iwantmyname.com) for DNS (integrates with
26
+ Netlify)
27
+ * [Netlify](https://netlify.com) for hosting (continuous deployment from
28
+ GitHub; acquire + deploy a LetsEncrypt cert in one click)
29
+ * [GitHub](https://github.com), [GitLab](https://gitlab.com), or
30
+ [Bitbucket](https://bitbucket.org) for hosting (Netlify supports
31
+ continuous deployment from these services)
32
+ * [LetsEncrypt](https://letsencrypt.org) — Netlify handles this
33
+ for you very easily.
34
+
35
+ It does not need to be a public repository, as long as Netlify can
36
+ access it.
37
+
21
38
  ## Configuration
22
39
 
23
40
  * The directory `~/.boop` should be a git repository.
data/lib/boop.rb CHANGED
@@ -34,7 +34,7 @@ class Boop
34
34
  Dir.chdir(@repo_dir) do
35
35
  `git add #{filename} >/dev/null`
36
36
  `git commit -m "Add paste: #{filename}" >/dev/null`
37
- `git push >/dev/null`
37
+ `git push -q >/dev/null`
38
38
  end
39
39
  end
40
40
 
data/lib/boop/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Boop
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ellen Marie Dash
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-24 00:00:00.000000000 Z
11
+ date: 2017-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler