middleman-vcard 0.9.8 → 0.9.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 597a9c827f11ddf1a65578c3982007369f9b75a4
4
- data.tar.gz: 7ce52588317eeddc6d4871a653b9586e40f435ef
3
+ metadata.gz: 4097cd5e5c5489a15e27ccd021009b66b4a71222
4
+ data.tar.gz: 4b0a232ccc14030904d299d2f0339ca85f440127
5
5
  SHA512:
6
- metadata.gz: 96c4a182e7f0b43c1ac804085ca8e2d9473fe85e6039d1ea6ee92779e25707d173f4a25f220f313f89ac96b22cfa43a01a45f54561d3e3d6f6970bad0958e72b
7
- data.tar.gz: 988ab02d1a53fa526c222fb00700c09896e188dfec9dc094888aea5fbf3794404dcac9968cafd85794f1d1d033993759cd54ad6b56e61b7268908cd9f3d73931
6
+ metadata.gz: f65904b14583a4bf8cb6ff1e5ada9408453affb18f054959ff92842935037432c633a71aca6b387f150e8fa6c173aee6f905fabb69c430b318b6acee36f72783
7
+ data.tar.gz: 447f2ab3fbbdc565c1c1507e7079901eca4566d597b576e6f63365d721010d81d260aa95318493792f71c62c22440aed88919cb7dae13589f08e113493978528
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.1.3
1
+ 2.2.1
data/ChangeLog.md CHANGED
@@ -1,9 +1,18 @@
1
1
  # ChangeLog
2
2
 
3
- ## 0.9.7 (Mar 03, 2015)
3
+ ## 0.9.9 (Apr 14, 2015)
4
+
5
+ * Contracts bug fix.
6
+
7
+ ## 0.9.8 (Mar 03, 2015)
4
8
 
5
9
  * Better gemspec.
6
10
 
11
+ ## 0.9.7 (Mar 02, 2015)
12
+
13
+ * Better contracts.
14
+ * Use keyword arguments.
15
+
7
16
  ## 0.9.6 (Feb 25, 2015)
8
17
 
9
18
  * Less development dependencies.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- middleman-vcard (0.9.8)
4
+ middleman-vcard (0.9.9)
5
5
  contracts
6
6
  middleman-core (>= 3.3.10)
7
7
  vpim
@@ -9,7 +9,7 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (4.1.9)
12
+ activesupport (4.1.10)
13
13
  i18n (~> 0.6, >= 0.6.9)
14
14
  json (~> 1.7, >= 1.7.7)
15
15
  minitest (~> 5.1)
@@ -20,18 +20,18 @@ GEM
20
20
  codeclimate-test-reporter (0.4.7)
21
21
  simplecov (>= 0.7.1, < 1.0.0)
22
22
  coderay (1.1.0)
23
- contracts (0.7)
23
+ contracts (0.8)
24
24
  diff-lcs (1.2.5)
25
25
  docile (1.1.5)
26
26
  erubis (2.7.0)
27
- ffi (1.9.6)
27
+ ffi (1.9.8)
28
28
  hitimes (1.2.2)
29
29
  hooks (0.4.0)
30
30
  uber (~> 0.0.4)
31
31
  i18n (0.7.0)
32
32
  json (1.8.2)
33
- listen (2.8.5)
34
- celluloid (>= 0.15.2)
33
+ listen (2.10.0)
34
+ celluloid (~> 0.16.0)
35
35
  rb-fsevent (>= 0.9.3)
36
36
  rb-inotify (>= 0.9)
37
37
  method_source (0.8.2)
@@ -47,13 +47,13 @@ GEM
47
47
  rack-test (~> 0.6.2)
48
48
  thor (>= 0.15.2, < 2.0)
49
49
  tilt (~> 1.4.1, < 2.0)
50
- minitest (5.5.1)
51
- multi_json (1.10.1)
52
- padrino-helpers (0.12.4)
50
+ minitest (5.6.0)
51
+ multi_json (1.11.0)
52
+ padrino-helpers (0.12.5)
53
53
  i18n (~> 0.6, >= 0.6.7)
54
- padrino-support (= 0.12.4)
54
+ padrino-support (= 0.12.5)
55
55
  tilt (~> 1.4.1)
56
- padrino-support (0.12.4)
56
+ padrino-support (0.12.5)
57
57
  activesupport (>= 3.1)
58
58
  pry (0.10.1)
59
59
  coderay (~> 1.1.0)
@@ -70,9 +70,9 @@ GEM
70
70
  rspec-core (~> 3.2.0)
71
71
  rspec-expectations (~> 3.2.0)
72
72
  rspec-mocks (~> 3.2.0)
73
- rspec-core (3.2.1)
73
+ rspec-core (3.2.3)
74
74
  rspec-support (~> 3.2.0)
75
- rspec-expectations (3.2.0)
75
+ rspec-expectations (3.2.1)
76
76
  diff-lcs (>= 1.2.0, < 2.0)
77
77
  rspec-support (~> 3.2.0)
78
78
  rspec-mocks (3.2.1)
@@ -86,7 +86,7 @@ GEM
86
86
  simplecov-html (0.9.0)
87
87
  slop (3.6.0)
88
88
  thor (0.19.1)
89
- thread_safe (0.3.4)
89
+ thread_safe (0.3.5)
90
90
  tilt (1.4.1)
91
91
  timers (4.0.1)
92
92
  hitimes
@@ -67,7 +67,7 @@ module Middleman
67
67
  # generate the VCard.
68
68
  #
69
69
  def after_configuration
70
- @vcard_generator.generate(@vcard_dir_path.join(@vcard_file_name))
70
+ @vcard_generator.generate(@vcard_dir_path.join(@vcard_file_name).to_s)
71
71
  end
72
72
 
73
73
  helpers do
@@ -14,7 +14,7 @@ module Middleman
14
14
  ##
15
15
  # The current patch version.
16
16
  #
17
- VERSION_PATCH = 8
17
+ VERSION_PATCH = 9
18
18
 
19
19
  ##
20
20
  # The version string, following the semvers conventions.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-vcard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8
4
+ version: 0.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Molari
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-03 00:00:00.000000000 Z
11
+ date: 2015-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: middleman-core
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  version: '0'
172
172
  requirements: []
173
173
  rubyforge_project:
174
- rubygems_version: 2.2.2
174
+ rubygems_version: 2.4.5
175
175
  signing_key:
176
176
  specification_version: 4
177
177
  summary: Middleman extension to generate VCards