ultimate-helpers 0.1.0.0 → 0.1.0.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/Gemfile.lock
CHANGED
data/ultimate-helpers.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = Ultimate::Helpers::VERSION
|
|
8
8
|
s.authors = ['Dmitry KODer Karpunin']
|
|
9
9
|
s.email = ['koderfunk@gmail.com']
|
|
10
|
-
s.homepage = '
|
|
10
|
+
s.homepage = 'https://github.com/evrone/ultimate-helpers'
|
|
11
11
|
s.summary = %q{Ultimate Helpers, Rails ActionView helpers ported to CoffeeScript}
|
|
12
12
|
s.description = %q{Ultimate Helpers, Rails ActionView helpers ported to CoffeeScript}
|
|
13
13
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ultimate-helpers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0.
|
|
4
|
+
version: 0.1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-12-
|
|
12
|
+
date: 2012-12-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -166,7 +166,7 @@ files:
|
|
|
166
166
|
- test/stylesheets/vendors/ultimate/mixins/fonts.scss
|
|
167
167
|
- test/stylesheets/vendors/ultimate/mixins/microstructures.scss
|
|
168
168
|
- ultimate-helpers.gemspec
|
|
169
|
-
homepage:
|
|
169
|
+
homepage: https://github.com/evrone/ultimate-helpers
|
|
170
170
|
licenses: []
|
|
171
171
|
post_install_message:
|
|
172
172
|
rdoc_options: []
|