teacup 1.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
- teacup (0.3.13)
4
+ teacup (1.0.0)
5
5
  rake
6
6
 
7
7
  GEM
data/Rakefile CHANGED
@@ -9,4 +9,5 @@ Motion::Project::App.setup do |app|
9
9
  app.name = 'teacup'
10
10
  app.identifier = 'com.rubymotion.teacup'
11
11
  app.vendor_project 'vendor/TeacupDummy', :static
12
+ app.detect_dependencies = false
12
13
  end
@@ -98,7 +98,7 @@ module Teacup
98
98
  end
99
99
 
100
100
  def alias klass, aliases
101
- aliases.each do |style_alias, stylename|
101
+ aliases.each do |style_alias, style_name|
102
102
  Teacup.handlers[klass][style_alias] = proc { |view, value|
103
103
  Teacup.apply view, style_name, value
104
104
  }
@@ -1,5 +1,5 @@
1
1
  module Teacup
2
2
 
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teacup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 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-11-27 00:00:00.000000000 Z
12
+ date: 2012-11-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake