a_series_of_tubes 1.2.0 → 1.2.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: f849c1ad3cff0489f3cc1dad761c060663aeacc8
4
- data.tar.gz: 35fe610ed0cba5073f0ff2a6dcc3851dd8b14799
3
+ metadata.gz: 0481c31784627c850d9990f9d6708a1f348e83b6
4
+ data.tar.gz: a1b78cae5148b4243d54fca2f65bf9cd192b453a
5
5
  SHA512:
6
- metadata.gz: a17dcc44cca278bb4471f2edebb72591a521619865fedd90d31a51e125fa1b0b237ad25c8f8d3c90b048562c27402dd8340887ec723079f754330c3126ad6392
7
- data.tar.gz: c68099cc312793cc0629086157f4b64e38b98f19c4205401b33b1503e0e9820b7d4f493e4460ea49cda0e6a9dc74f7507cefe93cbc4b9782d1da38756c93580d
6
+ metadata.gz: e215197d666cc7b7984502d63cb742ffb794f4c805b88cd7e25e70770dc04454d87122e6b6dc0b21065dc4786a4dd1cd96341db90d6657ff016f79ee9820d43c
7
+ data.tar.gz: d0b4023b3ce28c0a5049f4cceddde8e668578fbf9bce564e504ad9a7a999a831c95891d4c91c939690a85889c7f4decf68b8d4df2bad617c1b85ee9381fa9155
data/.gitignore ADDED
@@ -0,0 +1,2 @@
1
+ .bundle
2
+ Gemfile.lock
@@ -8,7 +8,6 @@ Gem::Specification.new do |spec|
8
8
  spec.version = ASeriesOfTubes::VERSION
9
9
  spec.authors = ["Dan Phillips"]
10
10
  spec.email = ["dan@danphillips.io"]
11
-
12
11
  spec.summary = "a web development framework"
13
12
  spec.homepage = "http://www.github.com/danmakenoise/a_series_of_tubes"
14
13
  spec.license = "MIT"
@@ -1,3 +1,3 @@
1
1
  module ASeriesOfTubes
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: a_series_of_tubes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Phillips
@@ -101,10 +101,10 @@ executables: []
101
101
  extensions: []
102
102
  extra_rdoc_files: []
103
103
  files:
104
+ - ".gitignore"
104
105
  - ".rspec"
105
106
  - CODE_OF_CONDUCT.md
106
107
  - Gemfile
107
- - Gemfile.lock
108
108
  - LICENSE.txt
109
109
  - README.md
110
110
  - Rakefile
@@ -135,6 +135,7 @@ files:
135
135
  - pkg/a_series_of_tubes-1.1.0.gem
136
136
  - pkg/a_series_of_tubes-1.1.1.gem
137
137
  - pkg/a_series_of_tubes-1.1.2.gem
138
+ - pkg/a_series_of_tubes-1.2.0.gem
138
139
  homepage: http://www.github.com/danmakenoise/a_series_of_tubes
139
140
  licenses:
140
141
  - MIT
data/Gemfile.lock DELETED
@@ -1,41 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- a_series_of_tubes (1.2.0)
5
- json
6
- rack
7
- sqlite3
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- diff-lcs (1.2.5)
13
- json (1.8.3)
14
- rack (1.6.4)
15
- rake (10.5.0)
16
- rspec (3.4.0)
17
- rspec-core (~> 3.4.0)
18
- rspec-expectations (~> 3.4.0)
19
- rspec-mocks (~> 3.4.0)
20
- rspec-core (3.4.4)
21
- rspec-support (~> 3.4.0)
22
- rspec-expectations (3.4.0)
23
- diff-lcs (>= 1.2.0, < 2.0)
24
- rspec-support (~> 3.4.0)
25
- rspec-mocks (3.4.1)
26
- diff-lcs (>= 1.2.0, < 2.0)
27
- rspec-support (~> 3.4.0)
28
- rspec-support (3.4.1)
29
- sqlite3 (1.3.11)
30
-
31
- PLATFORMS
32
- ruby
33
-
34
- DEPENDENCIES
35
- a_series_of_tubes!
36
- bundler (~> 1.10)
37
- rake (~> 10.0)
38
- rspec
39
-
40
- BUNDLED WITH
41
- 1.12.0