jsonorama 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/jsonorama.gemspec CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
 
17
17
  s.add_dependency 'blobject'
18
18
  s.add_dependency 'rack'
19
-
19
+ s.add_dependency 'wirble'
20
20
 
21
21
  s.files = `git ls-files`.split("\n")
22
22
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module Jsonorama
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/jsonorama.rb CHANGED
@@ -1,4 +1,4 @@
1
- Dir["lib/jsonorama/*.rb"].each {|file| require "./#{file}" }
1
+ Dir["#{File.dirname __FILE__}/jsonorama/*.rb"].each {|file| require "#{file}" }
2
2
 
3
3
  module Jsonorama
4
4
  #use on server and client to marshal to/from json
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jsonorama
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sam Taylor
@@ -35,6 +35,17 @@ dependencies:
35
35
  version: "0"
36
36
  type: :runtime
37
37
  version_requirements: *id002
38
+ - !ruby/object:Gem::Dependency
39
+ name: wirble
40
+ prerelease: false
41
+ requirement: &id003 !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: "0"
47
+ type: :runtime
48
+ version_requirements: *id003
38
49
  description:
39
50
  email:
40
51
  - sjltaylor@gmail.com