dmorrill10-utils 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/dmorrill10-utils.gemspec +2 -0
- data/lib/dmorrill10-utils/version.rb +1 -1
- metadata +17 -1
data/README.md
CHANGED
@@ -28,4 +28,4 @@ Or install it yourself as:
|
|
28
28
|
The version number will change according to the following scheme:
|
29
29
|
- The major number will be incremented on non-backwards compatible updates.
|
30
30
|
- The minor number will be incremented on backwards compatible strict API extensions.
|
31
|
-
- The patch number will be incremented on backwards compatible changes that do not effect the API
|
31
|
+
- The patch number will be incremented on backwards compatible changes that do not effect the API.
|
data/dmorrill10-utils.gemspec
CHANGED
@@ -8,6 +8,8 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.summary = %q{Group of random Ruby mixin utility functions.}
|
9
9
|
gem.homepage = 'https://github.com/dmorrill10/dmorrill10-utils'
|
10
10
|
|
11
|
+
gem.add_dependency 'awesome_print'
|
12
|
+
|
11
13
|
gem.add_development_dependency 'mocha'
|
12
14
|
gem.add_development_dependency 'simplecov'
|
13
15
|
gem.add_development_dependency 'turn'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dmorrill10-utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,6 +11,22 @@ bindir: bin
|
|
11
11
|
cert_chain: []
|
12
12
|
date: 2013-01-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: awesome_print
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '0'
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ! '>='
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0'
|
14
30
|
- !ruby/object:Gem::Dependency
|
15
31
|
name: mocha
|
16
32
|
requirement: !ruby/object:Gem::Requirement
|