wherex 1.0.3 → 1.0.6

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/Gemfile +2 -9
  2. data/Gemfile.lock +36 -0
  3. data/lib/wherex/version.rb +1 -1
  4. metadata +4 -3
data/Gemfile CHANGED
@@ -13,17 +13,10 @@ else
13
13
  gem 'sqlite3'
14
14
  end
15
15
 
16
- # Add dependencies to develop your gem here.
17
- # Include everything needed to run rake, tests, features, etc.
18
- group :development do
19
- gem "bundler", ">= 1.0.0"
20
- gem "jeweler", "~> 1.5.2"
21
- gem "rcov", ">= 0"
22
- end
23
-
24
16
  group :test do
25
17
  gem 'redgreen'
26
18
  gem 'turn'
27
- gem 'rake', '~>0.8.3'
19
+ gem "rcov", ">= 0"
20
+ gem 'rake', '>= 0.8.3'
28
21
  end
29
22
 
data/Gemfile.lock ADDED
@@ -0,0 +1,36 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ activemodel (3.0.6)
5
+ activesupport (= 3.0.6)
6
+ builder (~> 2.1.2)
7
+ i18n (~> 0.5.0)
8
+ activerecord (3.0.6)
9
+ activemodel (= 3.0.6)
10
+ activesupport (= 3.0.6)
11
+ arel (~> 2.0.2)
12
+ tzinfo (~> 0.3.23)
13
+ activesupport (3.0.6)
14
+ ansi (1.2.2)
15
+ arel (2.0.9)
16
+ builder (2.1.2)
17
+ i18n (0.5.0)
18
+ rake (0.8.7)
19
+ rcov (0.9.9)
20
+ redgreen (1.2.2)
21
+ sqlite3 (1.3.3)
22
+ turn (0.8.2)
23
+ ansi (>= 1.2.2)
24
+ tzinfo (0.3.26)
25
+
26
+ PLATFORMS
27
+ ruby
28
+
29
+ DEPENDENCIES
30
+ activerecord (~> 3.0)
31
+ arel (~> 2.0)
32
+ rake (>= 0.8.3)
33
+ rcov
34
+ redgreen
35
+ sqlite3
36
+ turn
@@ -1,3 +1,3 @@
1
1
  module Wherex
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.6"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wherex
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 3
10
- version: 1.0.3
9
+ - 6
10
+ version: 1.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jason King
@@ -59,6 +59,7 @@ extra_rdoc_files: []
59
59
  files:
60
60
  - .gitignore
61
61
  - Gemfile
62
+ - Gemfile.lock
62
63
  - LICENSE.txt
63
64
  - README.md
64
65
  - Rakefile