bone 0.2.4 → 0.2.5

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. data/CHANGES.txt +4 -0
  2. data/bone.gemspec +1 -1
  3. data/lib/bone.rb +1 -1
  4. metadata +1 -1
@@ -1,5 +1,9 @@
1
1
  BONE, CHANGES
2
2
 
3
+ #### 0.2.5 (2010-01-25) ###############################
4
+
5
+ * ADDED: Support for HTTPS
6
+
3
7
  #### 0.2.4 (2010-01-25) ###############################
4
8
 
5
9
  * CHANGE: URI path starts with /bone/v1 instead of just /v1
@@ -1,7 +1,7 @@
1
1
  @spec = Gem::Specification.new do |s|
2
2
  s.name = "bone"
3
3
  s.rubyforge_project = 'bone'
4
- s.version = "0.2.4"
4
+ s.version = "0.2.5"
5
5
  s.summary = "Get Bones"
6
6
  s.description = s.summary
7
7
  s.author = "Delano Mandelbaum"
@@ -8,7 +8,7 @@ end
8
8
 
9
9
  module Bone
10
10
  extend self
11
- VERSION = "0.2.4"
11
+ VERSION = "0.2.5"
12
12
  APIVERSION = 'v1'.freeze
13
13
 
14
14
  class Problem < RuntimeError; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Delano Mandelbaum