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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ultimate-helpers (0.1.0.0)
4
+ ultimate-helpers (0.1.0.1)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -1,6 +1,6 @@
1
1
  #= require ./helpers
2
2
 
3
- @Ultimate =
3
+ @Ultimate ||=
4
4
 
5
5
  debugMode: false
6
6
 
@@ -1,5 +1,5 @@
1
1
  module Ultimate
2
2
  module Helpers
3
- VERSION = '0.1.0.0'
3
+ VERSION = '0.1.0.1'
4
4
  end
5
5
  end
@@ -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 = 'http://github.com/KODerFunk/ultimate-helpers'
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.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-17 00:00:00.000000000 Z
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: http://github.com/KODerFunk/ultimate-helpers
169
+ homepage: https://github.com/evrone/ultimate-helpers
170
170
  licenses: []
171
171
  post_install_message:
172
172
  rdoc_options: []