thomler 0.0.3 → 0.0.4
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 +4 -4
- data/lib/thomler/version.rb +1 -1
- data/lib/thomler.rb +1 -1
- data/thomler.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 74ec347f8a0c2d476c77cca705f9a15d96497c0a
|
|
4
|
+
data.tar.gz: bd70961f504ddbb401b8fc8afcd38fc011fcf019
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d9885e91a1adde46ba0bb3b7e77253dd62a8724cedca40bf6c87cc8af885b0580df4bbdad136d0cfb4dac50a73f7e5541e375256d983579530fad4fcd346574
|
|
7
|
+
data.tar.gz: 8f8bc441805d62f31d417c263a70f11674a0b59de70132a828a42b5898a6b137b646ea5ad1253de56452d2f056d48897ca7449fe829c8421be9fb6f8d619eb3b
|
data/lib/thomler/version.rb
CHANGED
data/lib/thomler.rb
CHANGED
data/thomler.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Thomas Osborn"]
|
|
10
10
|
spec.email = ["trosborn@gmail.com"]
|
|
11
11
|
spec.description = %q{Ruby on Thomler}
|
|
12
|
-
spec.summary = %q{Thomler is an opinionated MVC framework written in the Ruby programming language. All credit to
|
|
12
|
+
spec.summary = %q{Thomler is an opinionated MVC framework written in the Ruby programming language. All credit to Rebuilding Rails.}
|
|
13
13
|
spec.homepage = ""
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thomler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas Osborn
|
|
@@ -91,6 +91,6 @@ rubygems_version: 2.0.6
|
|
|
91
91
|
signing_key:
|
|
92
92
|
specification_version: 4
|
|
93
93
|
summary: Thomler is an opinionated MVC framework written in the Ruby programming language.
|
|
94
|
-
All credit to
|
|
94
|
+
All credit to Rebuilding Rails.
|
|
95
95
|
test_files: []
|
|
96
96
|
has_rdoc:
|