a1420ks_my_first_gem 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1646f0184a815a3f32c05f14f21a74a64d0a86b0
4
- data.tar.gz: 2c61be12a0a6b364917b75e0335383ad531dd552
3
+ metadata.gz: 89daece2b0be30da345ac55dd6f100b6f60fa250
4
+ data.tar.gz: 6be11a4135b76ecc12e846cffbe2809de3d22eff
5
5
  SHA512:
6
- metadata.gz: 8e9bcae322a1fde6f52eb6fc904abb2b1d766c1f495d43c11beb3dead35b77252f58b67a22db00b24701eb0606737039b01531c9ec06a69cfbe233dab8d73e68
7
- data.tar.gz: 9da4be5e4c9211df003c0268568ce62dbaf2ee92870942b14a0f7c4b8485ff7c4855deb1c70c5facf53602d061a59d1d487b96c2df3a735f23142a4b2fc2dbb5
6
+ metadata.gz: 156de3791c6f405b53232fb7714bd686cdf56e83159da2c8a22d250f4d8caa426b05d7b8e4c7a8fb76c7c41ba72953712b3bd9c1566ad04864b3891dbb1097a6
7
+ data.tar.gz: 63c7e3584bf354ca3dc97ec78e26206b816493a2987fe191ff1f118941993c31af58d4b4f1d953f428fe3c6efc885d7be1a5c732ec853541bc382af0ddf87e9e
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: a1420ks_my_first_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - k-shimomura
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-30 00:00:00.000000000 Z
11
+ date: 2015-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -44,17 +44,8 @@ email:
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
- files:
48
- - ".gitignore"
49
- - Gemfile
50
- - README.md
51
- - Rakefile
52
- - a1420ks_my_first_gem.gemspec
53
- - bin/console
54
- - bin/setup
55
- - lib/a1420ks_my_first_gem.rb
56
- - lib/a1420ks_my_first_gem/version.rb
57
- homepage: http://rubygems.org/gems/a1420ks_my_first_gem
47
+ files: []
48
+ homepage: ''
58
49
  licenses: []
59
50
  metadata: {}
60
51
  post_install_message:
@@ -73,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
64
  version: '0'
74
65
  requirements: []
75
66
  rubyforge_project:
76
- rubygems_version: 2.4.5
67
+ rubygems_version: 2.4.8
77
68
  signing_key:
78
69
  specification_version: 4
79
70
  summary: My first gem for lecture.
data/.gitignore DELETED
@@ -1,9 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /coverage/
6
- /doc/
7
- /pkg/
8
- /spec/reports/
9
- /tmp/
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in a1420ks_my_first_gem.gemspec
4
- gemspec
data/README.md DELETED
@@ -1,36 +0,0 @@
1
- # A1420ksMyFirstGem
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/a1420ks_my_first_gem`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'a1420ks_my_first_gem'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install a1420ks_my_first_gem
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/a1420ks_my_first_gem.
36
-
data/Rakefile DELETED
@@ -1 +0,0 @@
1
- require "bundler/gem_tasks"
@@ -1,23 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'a1420ks_my_first_gem/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "a1420ks_my_first_gem"
8
- spec.version = A1420ksMyFirstGem::VERSION
9
- spec.authors = ["k-shimomura"]
10
- spec.email = ["s.kensuke@gmail.com"]
11
-
12
- spec.summary = %q{My first gem for lecture.}
13
- spec.description = %q{}
14
- spec.homepage = "http://rubygems.org/gems/a1420ks_my_first_gem"
15
-
16
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
- spec.bindir = "exe"
18
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
- spec.require_paths = ["lib"]
20
-
21
- spec.add_development_dependency "bundler", "~> 1.10"
22
- spec.add_development_dependency "rake", "~> 10.0"
23
- end
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "a1420ks_my_first_gem"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start
data/bin/setup DELETED
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
-
5
- bundle install
6
-
7
- # Do any other automated setup that you need to do here
@@ -1,5 +0,0 @@
1
- require "a1420ks_my_first_gem/version"
2
-
3
- module A1420ksMyFirstGem
4
- # Your code goes here...
5
- end
@@ -1,3 +0,0 @@
1
- module A1420ksMyFirstGem
2
- VERSION = "0.1.0"
3
- end