synergist 0.0.3.pre → 0.0.4.pre

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
2
  SHA1:
3
- metadata.gz: 5408c5efd94e9af0181486cb0552cc7515fed24d
4
- data.tar.gz: ba654083d403a6304829b7481cbf0d6cc8bab0fc
3
+ metadata.gz: fb8093fc675ba5becb4dd41986dfe18469ae9262
4
+ data.tar.gz: 8f6f77422a77579ad96b77aab349bb94cd86e81c
5
5
  SHA512:
6
- metadata.gz: 8e91d029b8391595a2ae982acca49bbf62700e10e73b7c35186b9df9ed8feab25b81d988c6027228430a434de9dac9d4a19d46d342d196e0d4c8735d833c73fa
7
- data.tar.gz: 875deee1444fb2c371721db2be442f552f4339f0b44829d2d1927ae00b09f7be6cadfaa028c0bf11e85404079bb7b557cd4cd8e96fb4606c9a2866b8857b5136
6
+ metadata.gz: 0b35792e0b0a5190fd5273d60a1fb3b74eef880bc4dd477dd117ebe399cde860b065ebf6646642d1155578d354bbea451133e4dc71cfb9a2b9db112dbb0f035a
7
+ data.tar.gz: 3f464e310a7b132494c5192a1667f962b6c90291ef38ab39490a53533c1bc0f2ec0a2e7ec5db2f5ce80fa96427252c934ebda65054a3f971ed76617be6e6b9e2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- synergist (0.0.3.pre)
4
+ synergist (0.0.4.pre)
5
5
  thor (>= 0.19.1, < 2)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -12,9 +12,9 @@ Synergist is a CLI utility in the form of a Ruby Gem intended to make using Gith
12
12
  ---
13
13
 
14
14
  - Maintain a master gist repo containing all your gists in the form of their individual repos.
15
- - Organize your gists locally.
15
+ - Organize your gists locally without remote side effects.
16
16
  - Pull, commit, and push to or from one or more of your gists.
17
- - Synergist-global, directory-specific, and gist-specific configuration variables with cascading overrides, subdirectories take precedence.
17
+ - Synergist-global, directory-specific, and gist-specific configuration variables with cascading overrides with subdirectories taking precedence.
18
18
  - Write gists using partials.
19
19
  - Compile gists from ERB (using config variables, or even calling ruby functions).
20
20
  - Compile gists from Standard Markdown.
@@ -47,4 +47,4 @@ Compile from ERB and/or standard markdown
47
47
  - Recompile, recommit, and repush gists with up-to-date data.
48
48
  - Aggregate events from failed builds, merge requests, bug reports, message threads, or any other info accessible info available on the internet or via API.
49
49
  - Create living benchmarks based on the master branches of libraries you are interested in.
50
- - Migrate all your Standard Markdown posts from another platform or service to gists.
50
+ - Migrate all your Standard Markdown posts from another platform or service to gists.
@@ -1,3 +1,3 @@
1
1
  module Synergist
2
- VERSION = '0.0.3.pre'
2
+ VERSION = '0.0.4.pre'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: synergist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.pre
4
+ version: 0.0.4.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Kennedy