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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/pharrell.gemspec +3 -3
  4. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 215dcc88ee3de7ae14a1eeddedc53c20107eff12
4
- data.tar.gz: 3c764dea55c0a016897d48aebf45dcda94d36ab1
3
+ metadata.gz: 428eed1697a70524c376b42246148bd589af4dae
4
+ data.tar.gz: 3896df491793d16c27ca6c5043bc783f807545cc
5
5
  SHA512:
6
- metadata.gz: 5fdb941ba17003b0d38ece0bce1afeb6badef92813bda177b9488ecf4c3813c3a339e5217f8035560b20d3b0ae4c89fa39dff7fa1569acb3947fe69ba288c866
7
- data.tar.gz: 9aa73f0950dfe32bccfb8879ef3a4ad2a88feaf388947f0e77103cbc6268aa50a9585f20de63510024690595e4000141bcf21348ab34af4de36257a8adbeeabf
6
+ metadata.gz: 1804a31edb168f2da619a9532076353450ba77403063d12a65a4bdf0bd7d9d2a2bbba51d465dfd174d44742ad017a823f2d86bb5037db45d55282d1a8227a496
7
+ data.tar.gz: 65e57d75a81144f17b1aadc4759555aeb82d57611bedbcb41f10761a191f9e660f34ac837392dbf8a2cf08184c3d1a50bdeadd04c3162ba879be7554f5e45a2e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pharrell (0.8.1)
4
+ pharrell (0.8.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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.1"
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. Basic but powerful dependency injection for Ruby."
11
- s.description = "A dependency injection framework for Ruby. Allows Guice like functionality with both field and constructor injection."
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.1
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: A dependency injection framework for Ruby. Allows Guice like functionality
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. Basic but powerful dependency injection for Ruby.
65
+ summary: I'm a provider gurl
67
66
  test_files: []