api_smash 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. metadata +7 -7
  2. data/lib/version/version.rb +0 -3
metadata CHANGED
@@ -1,17 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_smash
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Darcy Laycock
14
14
  - Steve Webb
15
+ - Adam Davies
15
16
  autorequire:
16
17
  bindir: bin
17
18
  cert_chain: []
@@ -77,9 +78,9 @@ dependencies:
77
78
  version: "0"
78
79
  type: :development
79
80
  version_requirements: *id004
80
- description: Hashie dash api_smash
81
+ description: An enhanced Hash useful for API clients. Extracted from API Smith, and extends Hashie::Dash.
81
82
  email:
82
- - sutto@thefrontiergroup.com.au
83
+ - ""
83
84
  executables: []
84
85
 
85
86
  extensions: []
@@ -88,9 +89,8 @@ extra_rdoc_files: []
88
89
 
89
90
  files:
90
91
  - lib/api_smash.rb
91
- - lib/version/version.rb
92
92
  has_rdoc: true
93
- homepage: http://github.com/thefrontiergroup
93
+ homepage: http://github.com/adz/api_smash
94
94
  licenses: []
95
95
 
96
96
  post_install_message:
@@ -1,3 +0,0 @@
1
- class ApiSmash < Hashie::Dash
2
- VERSION = "1.0.0".freeze
3
- end