mechanize_store 0.0.15 → 0.0.16

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee353b25984cbd879d7554180191bde32bea1c55
4
- data.tar.gz: b2bbc3c4cdc145279702c52db5f6cfcce5d125a7
3
+ metadata.gz: 7482825189635244a725453521ebf1b85ee227ef
4
+ data.tar.gz: d22af75203e550b8354db25410e789afdd541574
5
5
  SHA512:
6
- metadata.gz: 3109b065079270e26450e6d5d9a039b148c9572a21a9e59312b15848b8cc65fde0554948a8663dd52bbc555ce5f669d201d9842085c624051dd6904079d8eea3
7
- data.tar.gz: 2c7880f9c45d3c8f5bce897763c67512eaccd27f8bf461f7b9a8076b4f303bd96c2e828763040080ac1348038b3d965cadd8012f65a000fd0d6533d54de3e1ba
6
+ metadata.gz: 05fbef1a897ab804d84c0aa789e9b452b1a3cd6227911a39403c6a11fdc00d514ee7c744d84f9f8577ef51d8a0360b43c756b6dd612d0c247c5487d03388beea
7
+ data.tar.gz: 51bdf6e89ca9baf74ec965f3a4c1120f17f267910f19321c8dcb00cd8f4c00513f6058920cfb6d8e4380ab1285dba5195ad460ed4c4d8607f0ca03cdf9a5905b
@@ -48,7 +48,7 @@ module MechanizeStore
48
48
  statuses_collection = []
49
49
 
50
50
  STATUSES.each_pair do |key, value|
51
- statuses_collection << [I18n.t(value, scope: "payment_statuses")]
51
+ statuses_collection << [I18n.t(value, scope: "payment_statuses"), key]
52
52
  end
53
53
 
54
54
  return statuses_collection
@@ -1,3 +1,3 @@
1
1
  module MechanizeStore
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mechanize_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wilbert Ribeiro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-06 00:00:00.000000000 Z
11
+ date: 2014-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -370,8 +370,6 @@ files:
370
370
  - spec/dummy/db/development.sqlite3
371
371
  - spec/dummy/db/schema.rb
372
372
  - spec/dummy/db/test.sqlite3
373
- - spec/dummy/log/development.log
374
- - spec/dummy/log/test.log
375
373
  - spec/dummy/public/404.html
376
374
  - spec/dummy/public/422.html
377
375
  - spec/dummy/public/500.html
@@ -630,8 +628,6 @@ test_files:
630
628
  - spec/dummy/db/development.sqlite3
631
629
  - spec/dummy/db/schema.rb
632
630
  - spec/dummy/db/test.sqlite3
633
- - spec/dummy/log/development.log
634
- - spec/dummy/log/test.log
635
631
  - spec/dummy/public/404.html
636
632
  - spec/dummy/public/422.html
637
633
  - spec/dummy/public/500.html