act_as_page_extractor 0.1.1 → 0.1.2

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: a22e44bb60809565fc3c445560a97a886fa6b5c7
4
- data.tar.gz: a291bc39e58ffe275fe9084099083c70f2b27cbc
3
+ metadata.gz: 5e4df2bdc81af9e4206f6cc3820ddb0f083cfdf8
4
+ data.tar.gz: aa33cfd4e667528c7405caa5f19ebfb5aa8c0814
5
5
  SHA512:
6
- metadata.gz: eb450d2833a984afc4df5fc6f7684b6ef3bdd6cc16babf22c87ab4c805b31316eab537e5b768f4476cc63e9dd26df983b48d646e9c2c70b1094fe81dde7e04a2
7
- data.tar.gz: 896c63aa0aa7961aaf6e213e0506709f61e782129a65e8752a6c008327c2c1bf67e25dce35945b0f64706989720f2fa205f02f09ec0c7856fd765ebf84791ba7
6
+ metadata.gz: 21b4c5507f7ab30f21308c1052ef9793687eafc0b8fcce1462965afad747703953268804151831e2a513f3f7c6a5e5ba405fd870b15dee83511c6ef57abb3bcf
7
+ data.tar.gz: 79da3e410652fd5500639434af528c5839afc9e10fd98ef24fa1cb6d34d646cb55907d435ff1c00240e129e521b64ec972e6826c3b06e293205c1135d8159c11
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- act_as_page_extractor (0.1.0)
4
+ act_as_page_extractor (0.1.1)
5
5
  activerecord (~> 4.1)
6
6
  awesome_print (~> 1.1, >= 1.1.0)
7
7
  docsplit (~> 0)
@@ -30,7 +30,7 @@ GEM
30
30
  tzinfo (~> 1.1)
31
31
  afm (0.2.2)
32
32
  arel (6.0.3)
33
- awesome_print (1.7.0)
33
+ awesome_print (1.8.0)
34
34
  builder (3.2.2)
35
35
  byebug (9.0.5)
36
36
  diff-lcs (1.2.5)
@@ -70,16 +70,16 @@ GEM
70
70
  rspec-support (~> 3.5.0)
71
71
  rspec-support (3.5.0)
72
72
  ruby-rc4 (0.1.5)
73
- rubyzip (0.9.9)
73
+ rubyzip (1.2.2)
74
74
  simplecov (0.11.2)
75
75
  docile (~> 1.1.0)
76
76
  json (~> 1.8)
77
77
  simplecov-html (~> 0.10.0)
78
78
  simplecov-html (0.10.0)
79
79
  thread_safe (0.3.5)
80
- total_compressor (0.1.6)
81
- awesome_print
82
- rubyzip (~> 0.9.9)
80
+ total_compressor (0.1.7)
81
+ awesome_print (~> 1.1, >= 1.1.0)
82
+ rubyzip (~> 1.2, >= 1.2.2)
83
83
  ttfunk (1.4.0)
84
84
  tzinfo (1.2.2)
85
85
  thread_safe (~> 0.1)
@@ -1,5 +1,5 @@
1
1
  # :nocov:
2
2
  module ActAsPageExtractor
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  # :nocov:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: act_as_page_extractor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - PhlowerTeam