magerecord 0.1.5 → 0.1.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.lock +24 -25
  2. data/VERSION +1 -1
  3. data/magerecord.gemspec +2 -2
  4. metadata +3 -3
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- activemodel (4.1.1)
5
- activesupport (= 4.1.1)
4
+ activemodel (4.1.4)
5
+ activesupport (= 4.1.4)
6
6
  builder (~> 3.1)
7
- activerecord (4.1.1)
8
- activemodel (= 4.1.1)
9
- activesupport (= 4.1.1)
7
+ activerecord (4.1.4)
8
+ activemodel (= 4.1.4)
9
+ activesupport (= 4.1.4)
10
10
  arel (~> 5.0.0)
11
- activesupport (4.1.1)
11
+ activesupport (4.1.4)
12
12
  i18n (~> 0.6, >= 0.6.9)
13
13
  json (~> 1.7, >= 1.7.7)
14
14
  minitest (~> 5.1)
@@ -19,10 +19,10 @@ GEM
19
19
  builder (3.2.2)
20
20
  descendants_tracker (0.0.4)
21
21
  thread_safe (~> 0.3, >= 0.3.1)
22
- docile (1.1.3)
22
+ docile (1.1.5)
23
23
  faraday (0.9.0)
24
24
  multipart-post (>= 1.2, < 3)
25
- git (1.2.6)
25
+ git (1.2.7)
26
26
  github_api (0.11.3)
27
27
  addressable (~> 2.3)
28
28
  descendants_tracker (~> 0.0.1)
@@ -31,9 +31,9 @@ GEM
31
31
  multi_json (>= 1.7.5, < 2.0)
32
32
  nokogiri (~> 1.6.0)
33
33
  oauth2
34
- hashie (2.1.1)
34
+ hashie (3.2.0)
35
35
  highline (1.6.21)
36
- i18n (0.6.9)
36
+ i18n (0.6.11)
37
37
  jeweler (2.0.1)
38
38
  builder
39
39
  bundler (>= 1.0)
@@ -44,39 +44,38 @@ GEM
44
44
  rake
45
45
  rdoc
46
46
  json (1.8.1)
47
- jwt (0.1.13)
48
- multi_json (>= 1.5)
49
- mini_portile (0.5.3)
50
- minitest (5.3.3)
51
- multi_json (1.10.0)
47
+ jwt (1.0.0)
48
+ mini_portile (0.6.0)
49
+ minitest (5.4.0)
50
+ multi_json (1.10.1)
52
51
  multi_xml (0.5.5)
53
52
  multipart-post (2.0.0)
54
- mysql2 (0.3.15)
55
- nokogiri (1.6.1)
56
- mini_portile (~> 0.5.0)
57
- oauth2 (0.9.3)
53
+ mysql2 (0.3.16)
54
+ nokogiri (1.6.3.1)
55
+ mini_portile (= 0.6.0)
56
+ oauth2 (1.0.0)
58
57
  faraday (>= 0.8, < 0.10)
59
- jwt (~> 0.1.8)
58
+ jwt (~> 1.0)
60
59
  multi_json (~> 1.3)
61
60
  multi_xml (~> 0.5)
62
61
  rack (~> 1.2)
63
62
  rack (1.5.2)
64
- rake (10.3.1)
63
+ rake (10.3.2)
65
64
  rdoc (3.12.2)
66
65
  json (~> 1.4)
67
66
  shoulda (3.5.0)
68
67
  shoulda-context (~> 1.0, >= 1.0.1)
69
68
  shoulda-matchers (>= 1.4.1, < 3.0)
70
69
  shoulda-context (1.2.1)
71
- shoulda-matchers (2.6.1)
70
+ shoulda-matchers (2.6.2)
72
71
  activesupport (>= 3.0.0)
73
- simplecov (0.8.2)
72
+ simplecov (0.9.0)
74
73
  docile (~> 1.1.0)
75
74
  multi_json
76
75
  simplecov-html (~> 0.8.0)
77
76
  simplecov-html (0.8.0)
78
- thread_safe (0.3.3)
79
- tzinfo (1.1.0)
77
+ thread_safe (0.3.4)
78
+ tzinfo (1.2.1)
80
79
  thread_safe (~> 0.1)
81
80
 
82
81
  PLATFORMS
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
data/magerecord.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "magerecord"
8
- s.version = "0.1.5"
8
+ s.version = "0.1.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Marc"]
12
- s.date = "2014-05-09"
12
+ s.date = "2014-07-22"
13
13
  s.description = "A simple ActiveRecord wrapper for various Magento models"
14
14
  s.email = "xerokill@gmail.com"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magerecord
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-09 00:00:00.000000000 Z
12
+ date: 2014-07-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -170,7 +170,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
170
170
  version: '0'
171
171
  segments:
172
172
  - 0
173
- hash: -4044242441785169423
173
+ hash: -4576280256321606490
174
174
  required_rubygems_version: !ruby/object:Gem::Requirement
175
175
  none: false
176
176
  requirements: