aces 0.0.1.beta.1 → 0.0.1.beta.2

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: 85cf80aa916ba644badb8f947b09a9a9f2ca283d
4
- data.tar.gz: a1e3ac688481e36b0a8d76f8c7869efbc9e46de2
3
+ metadata.gz: 8dff9ea23df0d548b413b159743c743aaa441b99
4
+ data.tar.gz: 6ad3819333052c571ea5191185d4c36a1c557db0
5
5
  SHA512:
6
- metadata.gz: bab9ef64c57deb8340ec888384c1ca797202fc0ede6c13be886d98ca32528ede400a24204269ab81a08ca0c16f022a45767d4f37a950baad06180fcd87964038
7
- data.tar.gz: 4de565971dd7dad40e404ed35e277c15f4cfdfdc6a926a5d23ea3a74a6cec94c788a7517f87e9fb1712e4859e1713cfc2ff6b9efb73921b2f628f5ac9260429a
6
+ metadata.gz: d909099c3f535ee914275acf85756df2b651dda87d1c3216ad911a36e0f91835e73bdc65d336b7763b5338def8fe98c992490da41fe35b2651633c00a3e5e510
7
+ data.tar.gz: 53ddacd7fa42ddd428c0aa9bfa8322066e422feaafa240ff400e2f7d2490f3306053d810049bc1ac061f31a96210c959495430d84602d10c8b8835f0fa425ec3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- aces (0.0.1.beta.1)
4
+ aces (0.0.1.beta.2)
5
5
  activesupport
6
6
 
7
7
  GEM
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["rubygems@danott.us"]
11
11
 
12
12
  spec.summary = %q{[HIGHLEY EXPERIMENTAL] Service objects that always land}
13
- spec.description = %q{[HIGHLEY EXPERIMENTAL] Service objects that always land}
14
- spec.homepage = ""
13
+ spec.description = %q{My playground for building service objects that feel right in Ruby}
14
+ spec.homepage = "https://github.com/danott/aces"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
@@ -1,3 +1,3 @@
1
1
  module Aces
2
- VERSION = "0.0.1.beta.1"
2
+ VERSION = "0.0.1.beta.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aces
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta.1
4
+ version: 0.0.1.beta.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Ott
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description: "[HIGHLEY EXPERIMENTAL] Service objects that always land"
111
+ description: My playground for building service objects that feel right in Ruby
112
112
  email:
113
113
  - rubygems@danott.us
114
114
  executables: []
@@ -128,7 +128,7 @@ files:
128
128
  - bin/setup
129
129
  - lib/aces.rb
130
130
  - lib/aces/version.rb
131
- homepage: ''
131
+ homepage: https://github.com/danott/aces
132
132
  licenses:
133
133
  - MIT
134
134
  metadata: {}