simple-period 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +2 -2
- data/lib/simple_period/version.rb +3 -0
- data/lib/simple_period.rb +5 -0
- data/{simple-period.gemspec → simple_period.gemspec} +2 -2
- metadata +4 -4
- data/lib/simple/period/version.rb +0 -5
- data/lib/simple/period.rb +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 109e1043f7b4a0ceb5f567e9f27140d68d9cd264cdb409e956d59db5082fd17e
|
4
|
+
data.tar.gz: 98f88570fb4aeec8317583162a19fd39ef312fac666341acaac9262d579b25bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c57a6ab9ca2b608c6a91ef974794d9d3a765b1d3e07ba302f1bccf1076455388472db56015344e86aca09e007ec393ef1075ea6851ff9c88d4704a5a315bd7f
|
7
|
+
data.tar.gz: 6daea1383d1829158542e6987508e81f1921c7313729ce987336ec95c08d50d6885b2d6d14dad259bd0eba3c4cb5135fcc74f32d13ce0d81d0d163b0b75acaf2
|
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
#
|
1
|
+
# SimplePeriod
|
2
2
|
|
3
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/
|
3
|
+
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/simple_period`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
4
|
|
5
5
|
TODO: Delete this and the text above, and describe your gem
|
6
6
|
|
@@ -1,10 +1,10 @@
|
|
1
1
|
lib = File.expand_path("../lib", __FILE__)
|
2
2
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
3
|
-
require
|
3
|
+
require 'simple_period/version'
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "simple-period"
|
7
|
-
spec.version =
|
7
|
+
spec.version = SimplePeriod::VERSION
|
8
8
|
spec.authors = ["nishisuke"]
|
9
9
|
spec.email = ["nishisuke13+git@gmail.com"]
|
10
10
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple-period
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- nishisuke
|
@@ -52,9 +52,9 @@ files:
|
|
52
52
|
- Rakefile
|
53
53
|
- bin/console
|
54
54
|
- bin/setup
|
55
|
-
- lib/
|
56
|
-
- lib/
|
57
|
-
-
|
55
|
+
- lib/simple_period.rb
|
56
|
+
- lib/simple_period/version.rb
|
57
|
+
- simple_period.gemspec
|
58
58
|
homepage: https://github.com/nishisuke/simple-period
|
59
59
|
licenses:
|
60
60
|
- MIT
|