drummond 0.0.1 → 0.0.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.
data/drummond.gemspec CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = %q{A simple wrapper for Faraday}
12
12
  gem.summary = %q{A simple wrapper for Faraday}
13
13
  gem.homepage = "http://github.com/poeks/drummond"
14
+ gem.license = 'MIT'
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  class Drummond
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drummond
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-29 00:00:00.000000000 Z
12
+ date: 2014-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday
@@ -76,7 +76,8 @@ files:
76
76
  - lib/drummond/version.rb
77
77
  - spec/drummond_spec.rb
78
78
  homepage: http://github.com/poeks/drummond
79
- licenses: []
79
+ licenses:
80
+ - MIT
80
81
  post_install_message:
81
82
  rdoc_options: []
82
83
  require_paths:
@@ -101,3 +102,4 @@ specification_version: 3
101
102
  summary: A simple wrapper for Faraday
102
103
  test_files:
103
104
  - spec/drummond_spec.rb
105
+ has_rdoc: