소스 검색

Bump version to 0.4.1

tags/v0.4.2
Adrian Short 4 년 전
부모
커밋
78530f2302
3개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -0
      .gitignore
  2. +1
    -1
      lib/petrify/version.rb
  3. +2
    -2
      petrify.gemspec

+ 1
- 0
.gitignore 파일 보기

@@ -8,3 +8,4 @@
/spec/reports/
/tmp/
*.gem
_site

+ 1
- 1
lib/petrify/version.rb 파일 보기

@@ -1,3 +1,3 @@
module Petrify
VERSION = "0.4.0"
VERSION = "0.4.1"
end

+ 2
- 2
petrify.gemspec 파일 보기

@@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
spec.name = "petrify"
spec.version = Petrify::VERSION
spec.authors = ["Adrian Short"]
spec.email = ['rubygems@adrianshort.org']
spec.email = ['adrian@adrianshort.org']
spec.licenses = ['MIT']
spec.summary = %q{A data(base)-driven static site generator with Haml templates.}
#spec.description = %q{TODO: Write a longer description or delete this line.}
spec.homepage = "https://github.com/adrianshort/petrify/"
spec.homepage = "https://git.adrianshort.org/adrianshort/petrify"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})


불러오는 중...
취소
저장