da-suspenders 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 1.0.3 (2011-06-10)
2
+
3
+ ### Fixed
4
+ * Explicit dependency on Rails 3.0.7 in gemspec.
5
+
6
+
7
+ ## 1.0.2 (2011-06-10)
8
+
9
+ ### New / Changed
10
+ * Additional entries in Gemfile (all commented out by default): Devise, CanCan, CarrierWave, RMagick.
11
+ * Localized labels for will_paginate.
12
+ * Updated gems: Rails (3.0.7), Compass (0.11.1), Formtastic (1.2.3).
13
+ * Explicit dependency on rake 0.8.7 (to avoid problems with rake 0.9.x).
14
+
15
+ ### Fixed
16
+ * Fixed missing version requirement for will_paginate.
17
+
18
+
1
19
  ## 1.0.1 (2011-02-16)
2
20
 
3
21
  ### New / Changed
@@ -10,4 +28,4 @@
10
28
 
11
29
 
12
30
  ## 1.0.0 (2011-02-14)
13
- * Initial Release
31
+ * Initial Release
data/README.md CHANGED
@@ -30,13 +30,14 @@ To see the latest and greatest gems, look at DA-Suspenders'
30
30
  It includes application gems like:
31
31
 
32
32
  * [Compass](https://github.com/chriseppstein/compass), a [Sass-based](http://sass-lang.com/) CSS Meta-Framework
33
- * [Formtastic](https://github.com/justinfrench/formtastic) for better forms
34
- * [Hoptoad Notifier](https://github.com/thoughtbot/hoptoad_notifier) for exception notification
35
- * [Paperclip](https://github.com/thoughtbot/paperclip) for file uploads
36
33
  * [Sprockets](https://github.com/sstephenson/sprockets) for JavaScript dependency management and concatenation
34
+ * [will_paginate](https://github.com/mislav/will_paginate/wiki/) for easy pagination
37
35
  * Our fork of [jRails](https://github.com/die-antwort/jrails), which brings you [jQuery](https://github.com/jquery/jquery) and [jQuery UI](https://github.com/jquery/jquery-ui) via Sprockets
36
+ * [Paperclip](https://github.com/thoughtbot/paperclip) or [CarrierWave](https://github.com/jnicklas/carrierwave) for file uploads
37
+ * [Formtastic](https://github.com/justinfrench/formtastic) for better forms
38
+ * [Devise](https://github.com/plataformatec/devise) and [CanCan](https://github.com/ryanb/cancan) for authentication and authorization
38
39
  * [AppConfig](https://github.com/die-antwort/app_config) for simple application configuration
39
-
40
+ * [Hoptoad Notifier](https://github.com/thoughtbot/hoptoad_notifier) for exception notification
40
41
 
41
42
  And testing gems like:
42
43
 
@@ -45,6 +46,9 @@ And testing gems like:
45
46
  * [Factory Girl](https://github.com/thoughtbot/factory_girl) for easier creation of test data
46
47
  * [Timecop](https://github.com/jtrupiano/timecop) for dealing with time
47
48
 
49
+ Some gems are commented out by default in the Gemfile – just uncomment the ones you want to use.
50
+
51
+
48
52
 
49
53
  ## Other goodies
50
54
 
@@ -12,9 +12,9 @@ Gem::Specification.new do |s|
12
12
 
13
13
  s.required_rubygems_version = ">= 1.3.6"
14
14
 
15
- s.add_dependency('rails', '>= 3.0.4')
16
- s.add_dependency('bundler', '>= 1.0.10')
17
- s.add_dependency('trout', '>= 0.3.0')
15
+ s.add_dependency('rails', '3.0.7')
16
+ s.add_dependency('bundler', '~> 1.0.10')
17
+ s.add_dependency('trout', '~> 0.3')
18
18
 
19
19
  s.files = `git ls-files`.split("\n")
20
20
  s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
@@ -1,3 +1,3 @@
1
1
  module DaSuspenders
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: da-suspenders
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - thoughtbot
@@ -25,14 +25,14 @@ dependencies:
25
25
  requirement: &id001 !ruby/object:Gem::Requirement
26
26
  none: false
27
27
  requirements:
28
- - - ">="
28
+ - - "="
29
29
  - !ruby/object:Gem::Version
30
- hash: 15
30
+ hash: 9
31
31
  segments:
32
32
  - 3
33
33
  - 0
34
- - 4
35
- version: 3.0.4
34
+ - 7
35
+ version: 3.0.7
36
36
  type: :runtime
37
37
  version_requirements: *id001
38
38
  - !ruby/object:Gem::Dependency
@@ -41,7 +41,7 @@ dependencies:
41
41
  requirement: &id002 !ruby/object:Gem::Requirement
42
42
  none: false
43
43
  requirements:
44
- - - ">="
44
+ - - ~>
45
45
  - !ruby/object:Gem::Version
46
46
  hash: 3
47
47
  segments:
@@ -57,14 +57,13 @@ dependencies:
57
57
  requirement: &id003 !ruby/object:Gem::Requirement
58
58
  none: false
59
59
  requirements:
60
- - - ">="
60
+ - - ~>
61
61
  - !ruby/object:Gem::Version
62
- hash: 19
62
+ hash: 13
63
63
  segments:
64
64
  - 0
65
65
  - 3
66
- - 0
67
- version: 0.3.0
66
+ version: "0.3"
68
67
  type: :runtime
69
68
  version_requirements: *id003
70
69
  description: DIE ANTWORT's fork of thoughtbot's original Suspenders. Suspenders is an upgradeable base Rails project.