bowtie 0.5.0 → 0.5.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.
- data/bowtie.gemspec +1 -1
- data/lib/bowtie/admin.rb +1 -0
- metadata +5 -7
data/bowtie.gemspec
CHANGED
data/lib/bowtie/admin.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bowtie
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 9
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 0.5.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.5.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- "Tom\xC3\xA1s Pollak"
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-06-06 00:00:00
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2010-06-06 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: sinatra
|
|
@@ -70,7 +69,6 @@ files:
|
|
|
70
69
|
- lib/bowtie/public/js/bowtie.js
|
|
71
70
|
- lib/bowtie/public/js/jquery.tablesorter.pack.js
|
|
72
71
|
- lib/bowtie/public/js/jquery.jeditable.pack.js
|
|
73
|
-
has_rdoc: true
|
|
74
72
|
homepage: http://github.com/tomas/bowtie
|
|
75
73
|
licenses: []
|
|
76
74
|
|
|
@@ -106,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
104
|
requirements: []
|
|
107
105
|
|
|
108
106
|
rubyforge_project: bowtie
|
|
109
|
-
rubygems_version: 1.
|
|
107
|
+
rubygems_version: 1.8.15
|
|
110
108
|
signing_key:
|
|
111
109
|
specification_version: 3
|
|
112
110
|
summary: Bowtie Admin Scaffold
|