lapidary 0.2.3 → 0.2.4

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "lapidary"
8
- s.version = "0.2.3"
8
+ s.version = "0.2.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kenji Hara"]
12
- s.date = "2013-01-14"
12
+ s.date = "2013-05-01"
13
13
  s.description = "Helper for creating RubyGem project"
14
14
  s.email = "haracane@gmail.com"
15
15
  s.executables = ["lapidary"]
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012 <%=@user_name%>
1
+ Copyright (c) <%=Date.today.year%> <%=@user_name%>
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -14,4 +14,4 @@
14
14
 
15
15
  ## Copyright
16
16
 
17
- Copyright (c) 2012 <%=@user_name%>. See LICENSE.txt for further details.
17
+ Copyright (c) <%=Date.today.year%> <%=@user_name%>. See LICENSE.txt for further details.
@@ -8,7 +8,7 @@ describe "bin/lapidary" do
8
8
  end
9
9
 
10
10
  it "should create valid gem template" do
11
- work_dir = "#{ENV["HOME"]}/git"
11
+ work_dir = "#{ENV["HOME"]}/.lapidary-spec-#{RUBY_VERSION}"
12
12
  if ! FileTest.exists?(work_dir)
13
13
  Dir.mkdir(work_dir)
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lapidary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-14 00:00:00.000000000 Z
12
+ date: 2013-05-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -220,7 +220,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
220
220
  version: '0'
221
221
  segments:
222
222
  - 0
223
- hash: -3900409392066156448
223
+ hash: 2365714046132469212
224
224
  required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  none: false
226
226
  requirements: