Skip to content

Commit 122220d

Browse files
committed
Add utf-8 declaration and revert gemspec changes.
1 parent d2b3fbb commit 122220d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docx.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Gem::Specification.new do |s|
66
s.version = Docx::VERSION
77
s.summary = 'a ruby library/gem for interacting with .docx files'
88
s.description = s.summary
9-
s.authors = ['Christopher Hunt', 'Marcus Ortiz', 'Yann Plancqueel']
9+
s.authors = ['Christopher Hunt', 'Marcus Ortiz']
1010
s.email = ['chrahunt@gmail.com']
11-
s.homepage = 'https://github.com/yannp/docx'
11+
s.homepage = 'https://github.com/chrahunt/docx'
1212
s.files = Dir["README.md", "LICENSE.md", "lib/**/*.rb"]
1313

1414
s.add_dependency 'nokogiri', '~> 1.5'

spec/docx/document_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# coding: utf-8
12
require 'docx'
23
require 'tempfile'
34

0 commit comments

Comments
 (0)