contracter 1.0.2 → 1.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 352c7bdfe6305f7259c3dd1faddfd72cdeb944cb
4
- data.tar.gz: 8821c5e906703ee0dc813943b997d291948bc37c
3
+ metadata.gz: 7864aa8e7f6b726c7d121ef4c943e78a26f45c80
4
+ data.tar.gz: 04db0ee95074a9d7999d299568196a460961fb40
5
5
  SHA512:
6
- metadata.gz: 81e1cdc47e548f2da404a6ae5df16ba240709349bbe9817af06a11e98854a3d3aaa6afd9145c90883caa614d3fd4ce9670b6ff11e0ab582615e6edb533e2dcf4
7
- data.tar.gz: ee77e573ddff4c1fc669340cf8d6d9a678e17dcccb6ccd36b78a7ce4c21d3fc42c38216451b31b6c79b5c0daa6dbba125949498e2130beffb22728ee8be9273b
6
+ metadata.gz: faf428e81ccec0f7637dd58fbbd80051dff3170a506f009e2eceb5b1ec382c3168672efabefd0dfb73ad37addc6f5e91cb82be56bb8a805d038dd3e15b1193ed
7
+ data.tar.gz: 336a38442b9283774200981c3808b13efc0593610a59ed45cd659ff42d9aac5aac057dc8de3a0fb350dc118485912de042a639befd9bccdfaf4307041dd95be5
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Contracter
2
2
 
3
- Contracter is a quality of life gem that provides a simple Domain Specific Language for web designers and developers to use in generating their client contracts. Contracts are generated in a Markdown format and are based on the popular open-source contract available [here](https://stuffandnonsense.co.uk/projects/contract-killer/).
3
+ Contracter is a quality of life gem that provides a simple Domain Specific Language for anyone to use in generating contracts for clients and services. Contracts are generated in a Markdown format. The default template is my personal contract template based on the popular open-source contract available [here](https://stuffandnonsense.co.uk/projects/contract-killer/).
4
4
 
5
5
  ## Installation
6
6
 
data/contracter.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Remi Gelinas"]
10
10
  spec.email = ["remigelinas1@gmail.com"]
11
11
 
12
- spec.summary = %q{A web development contract generator.}
13
- spec.description = %q{A Ruby gem that provides a simple DSL for generating web development contracts.}
12
+ spec.summary = %q{A quality of life gem for contract generation.}
13
+ spec.description = %q{A quality of life gem that provides a simple DSL for generating contracts.}
14
14
  spec.homepage = "https://github.com/remi-gelinas/contracter"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  class Contracter
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contracter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Remi Gelinas
@@ -52,8 +52,7 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: A Ruby gem that provides a simple DSL for generating web development
56
- contracts.
55
+ description: A quality of life gem that provides a simple DSL for generating contracts.
57
56
  email:
58
57
  - remigelinas1@gmail.com
59
58
  executables: []
@@ -94,5 +93,5 @@ rubyforge_project:
94
93
  rubygems_version: 2.4.5.1
95
94
  signing_key:
96
95
  specification_version: 4
97
- summary: A web development contract generator.
96
+ summary: A quality of life gem for contract generation.
98
97
  test_files: []