pharrell 0.8.1 → 0.8.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 +4 -4
- data/Gemfile.lock +1 -1
- data/pharrell.gemspec +3 -3
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 428eed1697a70524c376b42246148bd589af4dae
|
|
4
|
+
data.tar.gz: 3896df491793d16c27ca6c5043bc783f807545cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1804a31edb168f2da619a9532076353450ba77403063d12a65a4bdf0bd7d9d2a2bbba51d465dfd174d44742ad017a823f2d86bb5037db45d55282d1a8227a496
|
|
7
|
+
data.tar.gz: 65e57d75a81144f17b1aadc4759555aeb82d57611bedbcb41f10761a191f9e660f34ac837392dbf8a2cf08184c3d1a50bdeadd04c3162ba879be7554f5e45a2e
|
data/Gemfile.lock
CHANGED
data/pharrell.gemspec
CHANGED
|
@@ -3,12 +3,12 @@ $:.unshift lib unless $:.include?(lib)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "pharrell"
|
|
6
|
-
s.version = "0.8.
|
|
6
|
+
s.version = "0.8.2"
|
|
7
7
|
s.platform = Gem::Platform::RUBY
|
|
8
8
|
s.authors = ["Callum Stott"]
|
|
9
9
|
s.email = ["callum@seadowg.com"]
|
|
10
|
-
s.summary = "I'm a provider gurl
|
|
11
|
-
s.description = "
|
|
10
|
+
s.summary = "I'm a provider gurl"
|
|
11
|
+
s.description = "Basic but powerful dependency injection for Ruby."
|
|
12
12
|
s.license = 'MIT'
|
|
13
13
|
s.homepage = "http://github.com/seadowg/pharrell"
|
|
14
14
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pharrell
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Callum Stott
|
|
@@ -10,8 +10,7 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2014-04-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description:
|
|
14
|
-
with both field and constructor injection.
|
|
13
|
+
description: Basic but powerful dependency injection for Ruby.
|
|
15
14
|
email:
|
|
16
15
|
- callum@seadowg.com
|
|
17
16
|
executables: []
|
|
@@ -63,5 +62,5 @@ rubyforge_project:
|
|
|
63
62
|
rubygems_version: 2.0.3
|
|
64
63
|
signing_key:
|
|
65
64
|
specification_version: 4
|
|
66
|
-
summary: I'm a provider gurl
|
|
65
|
+
summary: I'm a provider gurl
|
|
67
66
|
test_files: []
|