hoe 3.5.0 → 3.5.1

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 3.5.1 / 2013-02-22
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fixed use of Gem::Specification.find_by_name for ruby 2.0. (haramako)
6
+
1
7
  === 3.5.0 / 2013-01-22
2
8
 
3
9
  * 1 minor enhancement:
@@ -685,41 +691,41 @@
685
691
 
686
692
  === 1.5.3 / 2008-05-20
687
693
 
688
- * 1 Bug Fix
694
+ * 1 bug fix
689
695
 
690
696
  * hoe really really needs better tests. I suck. :/
691
697
 
692
698
  === 1.5.2 / 2008-05-20
693
699
 
694
- * 4 Minor Enhancements:
700
+ * 4 minor enhancements:
695
701
 
696
702
  * Added multiruby_skip attribute for 'rake multi' version invalidation.
697
703
  * Improved error messages when files are missing.
698
704
  * Added rubygems post_install_message accessor. Thanks to Dr. Nic.
699
705
  * Cleaned up alternative_name... I didn't get it.
700
706
 
701
- * 1 Bug Fix:
707
+ * 1 bug fix:
702
708
 
703
709
  * Removed require of rake/contrib/sshpublisher to fix 1.9.
704
710
 
705
711
  === 1.5.1 / 2008-03-04
706
712
 
707
- * 2 Minor Enhancements:
713
+ * 2 minor enhancements:
708
714
 
709
715
  * Removed install/uninstall tasks. Too buggy. Gems do a better job.
710
- * Added cleaning of rbc files to default list
716
+ * Added cleaning of rbc files to default list
711
717
 
712
- * 5 Bug Fixes:
718
+ * 5 bug fixes:
713
719
 
714
720
  * Correctly deal with errors intuiting history and readme files. Thanks Aaron!
715
721
  * Fixed rdoc title. Thanks, Sander!
716
722
  * Fixed sow to match new Rakefile and History format. Thanks, me!
717
- * Moved test/unit to the front for rake test. Fixes use of miniunit.
723
+ * Moved test/unit to the front for rake test. Fixes use of miniunit.
718
724
  * Renamed shadowed variable.
719
725
 
720
726
  === 1.5.0 / 2008-01-30
721
727
 
722
- * 9 Minor Enhancements:
728
+ * 9 minor enhancements:
723
729
 
724
730
  * Added autopopulation of changes from History.txt.
725
731
  * Added autopopulation of urls from History.txt.
@@ -733,7 +739,7 @@
733
739
 
734
740
  === 1.4.0 / 2007-12-20
735
741
 
736
- * 1 Major Enhancement:
742
+ * 1 major enhancement:
737
743
 
738
744
  * rake package now supports INLINE=1 and FORCE_PLATFORM=whatever.
739
745
  * Supports ruby_inline extensions.
@@ -741,12 +747,12 @@
741
747
 
742
748
  === 1.3.0 / 2007-08-13
743
749
 
744
- * 1 Major Enhancement:
750
+ * 1 major enhancement:
745
751
 
746
752
  * Hoe now builds signed gems automatically. Run the generate_key task to
747
753
  automatically create a signing key.
748
754
 
749
- * 4 Minor Enhancements:
755
+ * 4 minor enhancements:
750
756
 
751
757
  * Extended rdoc pattern to include ext dirs.
752
758
  * Fixed dependency adding for versionless dependencies.
@@ -755,18 +761,18 @@
755
761
 
756
762
  === 1.2.2 / 2007-07-23
757
763
 
758
- * 2 Minor Enhancements:
764
+ * 2 minor enhancements:
759
765
 
760
766
  * Added exclude parameter for check_manifest filtering to .hoerc.
761
767
  * Documented .hoerc stuffs.
762
768
 
763
- * 1 Bug Fix:
769
+ * 1 bug fix:
764
770
 
765
771
  * Various (untested) fixes for windows compatibility.
766
772
 
767
773
  === 1.2.1 / 2007-05-21
768
774
 
769
- * 8 Minor Enhancements:
775
+ * 8 minor enhancements:
770
776
 
771
777
  * Allow for spaces in filenames in manifest. Thanks to Aaron Patterson.
772
778
  * Allow rsync flags to be set.
@@ -777,13 +783,13 @@
777
783
  * Move RDoc to attr* from big 'ol chunk at the top of the class.
778
784
  * Basic conversion of history/urls from rdoc to markdown.
779
785
 
780
- * 1 Bug Fix:
786
+ * 1 bug fix:
781
787
 
782
788
  * Fixed executables regexp to /^bin/.
783
789
 
784
790
  === 1.2.0 / 2007-02-13
785
791
 
786
- * 4 Minor Enhancements:
792
+ * 4 minor enhancements:
787
793
 
788
794
  * Added more support for ext dirs.
789
795
  * Added a simple config file (yaml). Use 'rake config_hoe' to edit.
@@ -793,7 +799,7 @@
793
799
 
794
800
  === 1.1.7 / 2007-01-10
795
801
 
796
- * 5 Minor Enhancements:
802
+ * 5 minor enhancements:
797
803
 
798
804
  * extra_deps is now self-healing, and ensures no (direct) cycles.
799
805
  * cleans check_manifest for CVS projects.
@@ -803,20 +809,20 @@
803
809
 
804
810
  === 1.1.6 / 2006-11-29
805
811
 
806
- * 1 Bug Fix:
812
+ * 1 bug fix:
807
813
 
808
814
  * Fix release to work correctly with need_zip and need_tar.
809
815
 
810
816
  === 1.1.5 / 2006-11-29
811
817
 
812
- * 2 Minor Enhancements:
818
+ * 2 minor enhancements:
813
819
 
814
820
  * Reduced check_manifest dependencies to just diff for windows.
815
821
  * Don't use default author in summary, description or changes.
816
822
 
817
823
  === 1.1.4 / 2006-11-12
818
824
 
819
- * 3 Minor Enhancements:
825
+ * 3 minor enhancements:
820
826
 
821
827
  * Added need_tar and need_zip to customize package requirements. Stupid windoze.
822
828
  * Extended spec_extras to take procs as values. Passes in named parameter.
@@ -824,7 +830,7 @@
824
830
 
825
831
  === 1.1.3 / 2006-11-09
826
832
 
827
- * 6 Minor Enhancements:
833
+ * 6 minor enhancements:
828
834
 
829
835
  * Added test_deps, now you can automatically discover test dependency ommisions.
830
836
  * Added ext support! Build C extensions with hoe!
@@ -835,7 +841,7 @@
835
841
 
836
842
  === 1.1.2 / 2006-10-22
837
843
 
838
- * 4 Minor Enhancements:
844
+ * 4 minor enhancements:
839
845
 
840
846
  * Added -d and -t flags to sow to make dev or trunk subdirs for p4
841
847
  and svn projects.
@@ -843,30 +849,30 @@
843
849
  * Added test_globs to customize your test file list.
844
850
  * Removed demo.rb from clean_globs. I'm torn on this one.
845
851
 
846
- * 1 Bug Fix:
852
+ * 1 bug fix:
847
853
 
848
854
  * Fixed bug in install rule.
849
855
 
850
856
  === 1.1.1 / 2006-10-11
851
857
 
852
- * 2 Bug Fixes:
858
+ * 2 bug fixes:
853
859
 
854
860
  * Fixed minor problem with subject of email.
855
861
  * Fixed problem in test.
856
862
 
857
863
  === 1.1.0 / 2006-10-04
858
864
 
859
- * 1 Major Enhancement:
865
+ * 1 major enhancement:
860
866
 
861
867
  * Added sow, a command-line tool for quickly creating new projects.
862
868
 
863
- * 1 Minor Enhancement:
869
+ * 1 minor enhancement:
864
870
 
865
871
  * Added check_manifest task
866
872
 
867
873
  === 1.0.5 / 2006-10-03
868
874
 
869
- * 8 Minor Enhancements:
875
+ * 8 minor enhancements:
870
876
 
871
877
  * Doco cleanup.
872
878
  * Removed Manifest.txt from rdoc and added title.
@@ -879,13 +885,13 @@
879
885
 
880
886
  === 1.0.4 / 2006-09-23
881
887
 
882
- * 1 Bug Fix:
888
+ * 1 bug fix:
883
889
 
884
890
  * Damnit... I messed up. There is no rubygems gem to be dependent upon. Duh.
885
891
 
886
892
  === 1.0.3 / 2006-09-23
887
893
 
888
- * 9 Minor Enhancements:
894
+ * 9 minor enhancements:
889
895
 
890
896
  * Added debug_gem rule.
891
897
  * Added lots of doco.
@@ -898,20 +904,20 @@
898
904
  * Renamed upload to publish_docs.
899
905
  * publish_docs is now smart about subprojects and missing subdirectories.
900
906
 
901
- * 1 Bug Fix:
907
+ * 1 bug fix:
902
908
 
903
909
  * Fixed include paths.
904
910
 
905
911
  === 1.0.2 / 2006-09-20
906
912
 
907
- * 2 Minor Enhancements:
913
+ * 2 minor enhancements:
908
914
 
909
915
  * Wee little tests.
910
916
  * Fixed up gemspec's require_paths.
911
917
 
912
918
  === 1.0.1 / 2006-09-20
913
919
 
914
- * 5 Minor Enhancements:
920
+ * 5 minor enhancements:
915
921
 
916
922
  * Finally got deployment straightened out. Maybe. Some might be on
917
923
  rubyforge.org.
@@ -922,6 +928,6 @@
922
928
 
923
929
  === 1.0.0 / 2006-09-19
924
930
 
925
- * 1 Major Enhancement:
931
+ * 1 major enhancement:
926
932
 
927
933
  * Birthday!
data/lib/hoe.rb CHANGED
@@ -91,7 +91,7 @@ class Hoe
91
91
  include Rake::DSL if defined?(Rake::DSL)
92
92
 
93
93
  # duh
94
- VERSION = '3.5.0'
94
+ VERSION = '3.5.1'
95
95
 
96
96
  @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
97
97
  :publish, :gemcutter, :signing, :test]
@@ -591,7 +591,7 @@ class Hoe
591
591
  # Returns true if the gem +name+ is installed.
592
592
 
593
593
  def have_gem? name
594
- Gem::Specification.find_by_name name
594
+ Gem::Specification.find_by_name name.to_s
595
595
  rescue Gem::LoadError
596
596
  false
597
597
  end
@@ -408,9 +408,9 @@ class TestHoe < MiniTest::Unit::TestCase
408
408
  end
409
409
  end
410
410
 
411
- assert_match(/^(sudo )?j?gem.*/, hoe.install_gem('foo'))
411
+ assert_match(/^(sudo )?(j|maglev-)?gem.*/, hoe.install_gem('foo'))
412
412
  ENV['NOSUDO'] = '1'
413
- assert_match(/^j?gem.*/, hoe.install_gem('foo'))
413
+ assert_match(/^(j|maglev-)?gem.*/, hoe.install_gem('foo'))
414
414
  ensure
415
415
  ENV.delete "NOSUDO"
416
416
  end
@@ -42,6 +42,8 @@ class TestHoeDebug < MiniTest::Unit::TestCase
42
42
  end
43
43
 
44
44
  def test_check_manifest_missing
45
+ skip "https://github.com/MagLev/maglev/issues/224" if maglev?
46
+
45
47
  in_tmpdir do
46
48
  manifest
47
49
 
@@ -105,6 +107,4 @@ class TestHoeDebug < MiniTest::Unit::TestCase
105
107
  def with_config
106
108
  yield({ 'exclude' => [] }, '~/.hoerc')
107
109
  end
108
-
109
110
  end
110
-
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 5
9
- - 0
10
- version: 3.5.0
9
+ - 1
10
+ version: 3.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Davis
@@ -36,7 +36,7 @@ cert_chain:
36
36
  FBHgymkyj/AOSqKRIpXPhjC6
37
37
  -----END CERTIFICATE-----
38
38
 
39
- date: 2013-01-23 00:00:00 Z
39
+ date: 2013-02-23 00:00:00 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
@@ -68,11 +68,11 @@ dependencies:
68
68
  requirements:
69
69
  - - ~>
70
70
  - !ruby/object:Gem::Version
71
- hash: 19
71
+ hash: 23
72
72
  segments:
73
73
  - 4
74
- - 4
75
- version: "4.4"
74
+ - 6
75
+ version: "4.6"
76
76
  type: :development
77
77
  version_requirements: *id002
78
78
  - !ruby/object:Gem::Dependency
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  requirements: []
184
184
 
185
185
  rubyforge_project: seattlerb
186
- rubygems_version: 1.8.24
186
+ rubygems_version: 1.8.25
187
187
  signing_key:
188
188
  specification_version: 3
189
189
  summary: Hoe is a rake/rubygems helper for project Rakefiles
metadata.gz.sig CHANGED
Binary file