transitions 0.1.10 → 0.1.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4680820f6d1835b1e12df126890a7c898070b74b
4
- data.tar.gz: 98e7433625dee0e047fda25da2c46611c0d93228
3
+ metadata.gz: b2c18ccf9710c9acf987c3bab92b3f496c0109ef
4
+ data.tar.gz: 050d68e232efbe9d830eabb7163c54536e451fee
5
5
  SHA512:
6
- metadata.gz: 3c91efda00de051d2b0990d6bc82fd71d9eb27ad41e6f8d44ed6adf85e37a77a1372a0f824b04b3e44a0d8c72963fa410804e6f8bcaed6732315468acb4f3c7e
7
- data.tar.gz: 5471dd6553cc527e69e90571ef68709ec7dd28678f96cb43d9e6d9df07c0ecb78a05c014d0e361d80365d121ad4164af10dd92cd9ab87b7e19af9637ea953cfe
6
+ metadata.gz: 4c467765c0917f255aacf6cc082a33e5e21afe38f37d408376bc6055408317b05d4f3f3862db2ffbb2d9a5bbbe1c6124ffed10e3beb356ef6dee593308cc0ba4
7
+ data.tar.gz: 6891fc7543e6d755c284bd4724e8fcead9405c822f2491b420616d0557866fafea947fd1c4fdc8be7a7837418ac4fdbfe807f6dc014f83a8c7c083c37563f452
@@ -1,4 +1,5 @@
1
- Copyright (c) 2010 Jakub Kuźma, Timo Rößner
1
+ Copyright 2013 jQuery Foundation and other contributors
2
+ http://jquery.com/
2
3
 
3
4
  Permission is hereby granted, free of charge, to any person obtaining
4
5
  a copy of this software and associated documentation files (the
@@ -1,3 +1,3 @@
1
1
  module Transitions
2
- VERSION = '0.1.10'
2
+ VERSION = '0.1.11'
3
3
  end
data/transitions.gemspec CHANGED
@@ -25,4 +25,5 @@ Gem::Specification.new do |s|
25
25
  s.files = `git ls-files`.split("\n")
26
26
  s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
27
27
  s.require_path = 'lib'
28
+ s.license = 'MIT'
28
29
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Kuzma
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-07 00:00:00.000000000 Z
12
+ date: 2013-08-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -121,7 +121,7 @@ files:
121
121
  - .travis.yml
122
122
  - CHANGELOG.md
123
123
  - Gemfile
124
- - LICENSE
124
+ - MIT-LICENSE.txt
125
125
  - README.md
126
126
  - Rakefile
127
127
  - lib/active_model/transitions.rb
@@ -153,7 +153,8 @@ files:
153
153
  - test/state_transition/test_state_transition_success_callback.rb
154
154
  - transitions.gemspec
155
155
  homepage: http://github.com/troessner/transitions
156
- licenses: []
156
+ licenses:
157
+ - MIT
157
158
  metadata: {}
158
159
  post_install_message:
159
160
  rdoc_options: []