acme 0.0.3 → 0.0.4

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: d6988843c32ad490c3406d0efcb3ce3b9515719a
4
- data.tar.gz: 07dad62f0da431adc704f295bccf184afb5bdb37
3
+ metadata.gz: 9e8fdcc3e9d2ae5d2e882e356fb8da9c4179d81d
4
+ data.tar.gz: 489aee5edab5e07b1cb1bb7e096dde9f1847ea10
5
5
  SHA512:
6
- metadata.gz: 69a0755b91d82ae9b55f98b6196b98ea9f01f34e74d05e7fbc4a9484af7551e9bb2d4c23ed9ba68f717f6c12216bf70cf27da7cc90eeb85b3ad208c26b948ba6
7
- data.tar.gz: d40f2ffac143ce418f754f096a8b8a70f16db6be6954bbedb3a0dfe1c5b2be16309abb7e8d6ee005d887a6a3adc824b0dbb1885eb0bd9cf203bb171d2a390b52
6
+ metadata.gz: 4de5afb267c399b99ff9747a5ee921cdc3d5446be801cf4b14ade1dce6e6252d9ed00b43035c2696c93aaf619c1ada3972814816edd4b13887fffc3c8f290eb0
7
+ data.tar.gz: 7300f845e6671ff424b11a4ddb646522152e6f60e6119d963c448ecd4e7948aaac2f6fdbbc00901a6d4c4b0e23a9e8b65ca841f25d7f753d2960c328347fc484
data/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Acme
2
2
 
3
- This is just a namespace where you can add your gems of mischief.
3
+ There's not enough silliness in the Ruby community. I am to misbehave.
4
+
5
+ This is just a namespace where you can add your gems of mischief, feel free to
6
+ add your own Acme::* gems, if you want them included in the base _Acme_ gem then
7
+ just raise a pull request in this repo and I'll add it in.
4
8
 
5
9
  ## Current Gems
6
10
 
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.authors = ["Jason King"]
9
9
  s.email = ["jk@handle.it"]
10
10
  s.homepage = "https://github.com/smathy/acme"
11
- s.summary = %q{a namespace for mischief}
12
- s.description = %q{nothing to see here, move along}
11
+ s.summary = %q{A namespace for mischief}
12
+ s.description = %q{A namespace for mischief and silliness, feel free to publish your own Acme::* gems}
13
13
 
14
14
  s.rubyforge_project = "acme"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Acme
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason King
@@ -24,7 +24,8 @@ dependencies:
24
24
  - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- description: nothing to see here, move along
27
+ description: A namespace for mischief and silliness, feel free to publish your own
28
+ Acme::* gems
28
29
  email:
29
30
  - jk@handle.it
30
31
  executables: []
@@ -60,5 +61,5 @@ rubyforge_project: acme
60
61
  rubygems_version: 2.0.0
61
62
  signing_key:
62
63
  specification_version: 4
63
- summary: a namespace for mischief
64
+ summary: A namespace for mischief
64
65
  test_files: []