bixby-common 0.3.9 → 0.3.10
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/bixby-common.gemspec +2 -2
- data/lib/bixby_common.rb +4 -0
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.10
|
data/bixby-common.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "bixby-common"
|
8
|
-
s.version = "0.3.
|
8
|
+
s.version = "0.3.10"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Chetan Sarva"]
|
12
|
-
s.date = "2013-
|
12
|
+
s.date = "2013-05-16"
|
13
13
|
s.description = "Bixby Common files/libs"
|
14
14
|
s.email = "chetan@pixelcop.net"
|
15
15
|
s.files = [
|
data/lib/bixby_common.rb
CHANGED
metadata
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
name: bixby-common
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.3.
|
5
|
+
version: 0.3.10
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Chetan Sarva
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-05-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: multi_json
|
@@ -430,7 +430,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
430
430
|
requirements:
|
431
431
|
- - ! '>='
|
432
432
|
- !ruby/object:Gem::Version
|
433
|
-
hash: -
|
433
|
+
hash: -1667581609751385562
|
434
434
|
segments:
|
435
435
|
- 0
|
436
436
|
version: '0'
|