fastball 0.4.0 → 0.4.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd46188b5c2f55f1b6857d5800542bfe1455eafc
4
- data.tar.gz: 41bb457b5fc021df06a327961bc9fb5be5914f5f
3
+ metadata.gz: d5a506e3e4008b398d2812976eb36e8e99173c4c
4
+ data.tar.gz: 2c967dad2e95c519d2e545522cea4866a016a610
5
5
  SHA512:
6
- metadata.gz: 4d311b1025de64fb746fe85f68ae5c184d216fc48d2c87217366e9a94ce30e031c89f04978cb09fa1881e073b05091b3a5bd5ba4dcb23779c66a8fd481696c26
7
- data.tar.gz: b6687b2d159480ab6680dba97db576863e36ef49a2ccfefffe349a4e65bd24be1a057ccf163e3b036718f5597cdc25a21c79a72a4ed73ef7bc9814a874798952
6
+ metadata.gz: ebacb155e1523f07775f0a8577ecdfc6cb327656be84666cb61dc49110b4166837ca3b0af8de0a96e5ab872a4866071895a0338c3207e4cfcdba79eef00e31fe
7
+ data.tar.gz: f58ca0591e1005970630d875162661c0c21ef158d4628240a226736213d4be38ec4b9ee2bfaa1907bc4a73808b4f92581be80297a604d8fdf53d1aa9685b9cad
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "pitstop"
4
+ require "fastball"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.bindir = "bin"
18
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
+ spec.executables = ["fastball"]
19
19
  spec.require_paths = ["lib"]
20
20
 
21
21
  spec.add_development_dependency "bundler", "~> 1.10"
@@ -1,3 +1,3 @@
1
1
  module Fastball
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastball
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Bach
@@ -70,9 +70,7 @@ description:
70
70
  email:
71
71
  - jordanbach@gmail.com
72
72
  executables:
73
- - console
74
73
  - fastball
75
- - setup
76
74
  extensions: []
77
75
  extra_rdoc_files: []
78
76
  files:
@@ -120,4 +118,3 @@ signing_key:
120
118
  specification_version: 4
121
119
  summary: The safest, fastest way to build and deploy dynamic applications.
122
120
  test_files: []
123
- has_rdoc: