suspenders-ocs 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/bin/{suspenders → suspenders-ocs} +0 -0
- data/lib/suspenders/version.rb +1 -1
- data/suspenders.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 076020f5771d483e443ed73548476ac33a177466
|
4
|
+
data.tar.gz: 0aea746571ef3731bf6e6ddba056db8ea224cc3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7b4bad06db4418420374339c4fca1eb9561f0e9430bebd034b156aae47cd94ba75b3404aa7f3142bdfcebcaa6019976d295cde8b129df478dbb0317b742fccc
|
7
|
+
data.tar.gz: d7b283c932ddace2e02ffd253a73834e2b57ce833f3b62fc206641c972241327b050ab223c6be75df1c774fc4c92f4000e8caaf65eff058401073f5e4bda1fb3
|
File without changes
|
data/lib/suspenders/version.rb
CHANGED
data/suspenders.gemspec
CHANGED
@@ -13,7 +13,7 @@ Suspenders-OCS is a fork of thoughtbot/suspenders, which is a base Rails project
|
|
13
13
|
HERE
|
14
14
|
|
15
15
|
s.email = 'sumeet@sumeetjain.com'
|
16
|
-
s.executables = ['suspenders']
|
16
|
+
s.executables = ['suspenders-ocs']
|
17
17
|
s.extra_rdoc_files = %w[README.md LICENSE]
|
18
18
|
s.files = `git ls-files`.split("\n")
|
19
19
|
s.homepage = 'http://github.com/omahacodeschool/suspenders'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: suspenders-ocs
|
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
|
- sumeetjain
|
@@ -86,7 +86,7 @@ description: 'Suspenders-OCS is a fork of thoughtbot/suspenders, which is a base
|
|
86
86
|
'
|
87
87
|
email: sumeet@sumeetjain.com
|
88
88
|
executables:
|
89
|
-
- suspenders
|
89
|
+
- suspenders-ocs
|
90
90
|
extensions: []
|
91
91
|
extra_rdoc_files:
|
92
92
|
- README.md
|
@@ -105,7 +105,7 @@ files:
|
|
105
105
|
- bin/rake
|
106
106
|
- bin/rspec
|
107
107
|
- bin/setup
|
108
|
-
- bin/suspenders
|
108
|
+
- bin/suspenders-ocs
|
109
109
|
- lib/suspenders.rb
|
110
110
|
- lib/suspenders/actions.rb
|
111
111
|
- lib/suspenders/adapters/heroku.rb
|