totsuzen-no-shi 0.0.1 → 0.0.2

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: 970605c0aa1ffe12799b1bd2692ac026470b5733
4
- data.tar.gz: 880e7757bfb0d3be717756f41a17f6b5ee8c8b07
3
+ metadata.gz: f9b3fbc10e8dab53533a99127916e1ebfe6dee64
4
+ data.tar.gz: 47cd472e11bba2025445d9a4ef3ed3881386dcbc
5
5
  SHA512:
6
- metadata.gz: 1822de3e120035b9a96d4c18e7d25ce5dd07710bee267a791fee38584673afbdfa3f0b404f1d85d0620e7d118d3557af366709f2d31083a4c990cd4a8516db29
7
- data.tar.gz: 90fd08cf04901c9c210e18ea1d524e4c4688dc553b5ccf5e644859165876cf28c5c30343f8ce51b83f40ff41312dacf6ca0bf2360ca5fdef5560a50b7cb4cc99
6
+ metadata.gz: 13ff6033ffc4d1ccdd70034071de7f959db98fd9c74864d2ae7dd7e04c0adb4ac8b698839cc1bb08867b245f9bc1c83b65ceefebc1d94ca6544a1ae3461798cc
7
+ data.tar.gz: 3a1f919a3737d871d4a03624c576afb6e786bab169c6cefc122f6678b5739748a1a9bb1d800c175470b892b62829f3b8183fd1221e1c6262905ad5dd2d6e711c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: utf-8
3
3
 
4
- require './totsuzen_no_shi/generate'
4
+ require 'totsuzen_no_shi/generate'
5
5
 
6
6
  class String
7
7
  def generate
@@ -0,0 +1,12 @@
1
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
2
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
3
+ require 'rspec'
4
+
5
+ # Requires supporting files with custom matchers and macros, etc,
6
+ # in ./support/ and its subdirectories.
7
+ #Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
8
+ Dir["#{File.dirname(__FILE__)}/lib/**/*.rb"].each {|f| require f}
9
+
10
+ RSpec.configure do |config|
11
+
12
+ end
@@ -1,5 +1,5 @@
1
1
  require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
2
- require 'totsuzen_no_shi'
2
+ require 'totsuzen-no-shi'
3
3
 
4
4
  describe "TotsuzenNoShi" do
5
5
  it "あれが生成されるか_一行" do
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: totsuzen-no-shi 0.0.1 ruby lib
5
+ # stub: totsuzen-no-shi 0.0.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "totsuzen-no-shi"
9
- s.version = "0.0.1"
9
+ s.version = "0.0.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["karahiyo"]
@@ -28,6 +28,7 @@ Gem::Specification.new do |s|
28
28
  "VERSION",
29
29
  "lib/totsuzen-no-shi.rb",
30
30
  "lib/totsuzen_no_shi/generate.rb",
31
+ "spec/spec_helper.rb",
31
32
  "spec/totsuzen-no-shi_spec.rb",
32
33
  "totsuzen-no-shi.gemspec"
33
34
  ]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: totsuzen-no-shi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - karahiyo
@@ -98,6 +98,7 @@ files:
98
98
  - VERSION
99
99
  - lib/totsuzen-no-shi.rb
100
100
  - lib/totsuzen_no_shi/generate.rb
101
+ - spec/spec_helper.rb
101
102
  - spec/totsuzen-no-shi_spec.rb
102
103
  - totsuzen-no-shi.gemspec
103
104
  homepage: http://github.com/karahiyo/totsuzen-no-shi